Skip to content
Snippets Groups Projects
Commit cea3b897 authored by Elemer Lelik's avatar Elemer Lelik
Browse files

Merge pull request #12 from alovassy/master

 	comment typo in JniExecutor
parents cd1e4c72 3aa9ae0e
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ import org.eclipse.titan.executorapi.util.Log; ...@@ -37,7 +37,7 @@ import org.eclipse.titan.executorapi.util.Log;
* SINGLETON * SINGLETON
* <p> * <p>
* This executor handles the execution of tests compiled in a parallel mode, via directly connecting to the MainController (MC) written in C++. * 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. * These methods can be called in certain states.
* They can be synchronous or asynchronous. * They can be synchronous or asynchronous.
* <p> * <p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment