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

doc

parent cc894a5f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import de.uni_passau.fim.seibt.gitwrapper.process.ProcessExecutor;
import de.uni_passau.fim.seibt.gitwrapper.process.ProcessExecutor.ExecRes;
/**
* A wrapper for executing git commands on the command line.
* A wrapper for executing git commands.
*/
public class GitWrapper {
......@@ -114,7 +114,7 @@ public class GitWrapper {
}
/**
* Executes 'git <parameters&gt' and returns the exit code and the output of the command. If there is an
* Executes '<git command&gt <parameters&gt' 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