From 5ef3f66b4c3a17b4653450d2ffa80bf1d95f4dfa Mon Sep 17 00:00:00 2001 From: earplov <arpad.lovassy@ericsson.com> Date: Thu, 24 Mar 2016 13:21:27 +0100 Subject: [PATCH] comment typo in JniExecutor Signed-off-by: earplov <arpad.lovassy@ericsson.com> --- .../src/org/eclipse/titan/executorapi/JniExecutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java index 1a974ae5e..f0f942087 100644 --- a/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java +++ b/titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/JniExecutor.java @@ -37,7 +37,7 @@ import org.eclipse.titan.executorapi.util.Log; * SINGLETON * <p> * This executor handles the execution of tests compiled in a parallel mode, via directly connecting to the MainController (MC) written in C++. - * It controls MC with commands, most of methods in this class represents one or more MC commands. + * It controls MC with commands, most methods in this class represents one or more MC commands. * These methods can be called in certain states. * They can be synchronous or asynchronous. * <p> -- GitLab