aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/gluegen/test/junit/generation/test2-CustomJavaImplCode.java.stub
diff options
context:
space:
mode:
Diffstat (limited to 'src/junit/com/jogamp/gluegen/test/junit/generation/test2-CustomJavaImplCode.java.stub')
-rw-r--r--src/junit/com/jogamp/gluegen/test/junit/generation/test2-CustomJavaImplCode.java.stub4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/junit/com/jogamp/gluegen/test/junit/generation/test2-CustomJavaImplCode.java.stub b/src/junit/com/jogamp/gluegen/test/junit/generation/test2-CustomJavaImplCode.java.stub
index 9d58e02..ab360a6 100644
--- a/src/junit/com/jogamp/gluegen/test/junit/generation/test2-CustomJavaImplCode.java.stub
+++ b/src/junit/com/jogamp/gluegen/test/junit/generation/test2-CustomJavaImplCode.java.stub
@@ -18,7 +18,7 @@
if( null == value ) {
return;
}
- value.func.callback(eventType, object, param, message.length(), message, userParam2);
+ value.func.callback(eventType, object, param, message, userParam2);
}
public void alEventCallback1Inject(ALCcontext userParam, int eventType, int object, int param, String message) {
@@ -41,6 +41,6 @@
if( null == value ) {
return;
}
- value.func.callback(eventType, object, param, message.length(), message, userParam2);
+ value.func.callback(eventType, object, param, message, userParam2);
}