Skip to content
Snippets Groups Projects
Commit a8e593d4 authored by Georg Seibt's avatar Georg Seibt :nerd:
Browse files

doc

parent 63af3357
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,9 @@ public abstract class ToolWrapper {
}
/**
* Determines whether the wrapped command is working as expected.
* Determines whether the wrapped command is working as expected. This method is called by the
* {@link #ToolWrapper(String)} constructor after the {@link #cmd} variable is initialized. Subclasses may use the
* {@link #exec(File, boolean, List)} method in their implementation of this method.
*
* @return true iff the command is working
*/
......
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