From 71241f2b0cfbdc39fc0fb20fa486dfbe7c3beb34 Mon Sep 17 00:00:00 2001 From: earplov Date: Mon, 21 Mar 2016 12:24:22 +0100 Subject: [PATCH] 2nd commit Signed-off-by: earplov --- titan_executor_api/TITAN_Executor_API/create_jni_header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titan_executor_api/TITAN_Executor_API/create_jni_header.sh b/titan_executor_api/TITAN_Executor_API/create_jni_header.sh index a2a80a4..3dea60b 100755 --- a/titan_executor_api/TITAN_Executor_API/create_jni_header.sh +++ b/titan_executor_api/TITAN_Executor_API/create_jni_header.sh @@ -6,7 +6,7 @@ # http://www.eclipse.org/legal/epl-v10.html ############################################################################### -# Creates C++ header from the Java code for Java to C++ JNI calls. +# Creates C++ header from the Java code for Java to C++ JNI function calls. # This must run if any of the native Java methods change (in org.eclipse.titan.executor.jni.JNIMiddleWare). # A C++ function header is generated for each native Java method. # Native Java method: declared with native keyword without implementation -- 2.34.1