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

Documentation fixes.

parent e9afd12f
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@ public class GitWrapper extends ToolWrapper {
*
* @param git
* the git command, e.g. '/usr/bin/git' or just 'git'
* @throws ToolNotWorkingException
* if the supplied {@code git} command is not working
*/
public GitWrapper(String git) throws ToolNotWorkingException {
super(git);
......@@ -322,7 +324,7 @@ public class GitWrapper extends ToolWrapper {
}
/**
* Executes '<git command&gt <firstParameter&gt <parameters&gt' and returns the exit code and the output
* Executes '<git command> <firstParameter> <parameters>' and returns the exit code and the output
* of the command. If there is an exception executing the command an empty {@link Optional} will be returned.
*
* @param workingDirectory
......
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