Rename wrapper function name to fix warning
The global variable "currentFunction" was declared in both of vtkWrapJava and vtkParse.y, causing a link warning with gcc.
The global variable "currentFunction" was declared in both of vtkWrapJava and vtkParse.y, causing a link warning with gcc.