diff --git a/src/de/uni_passau/fim/seibt/gitwrapper/repo/GitWrapper.java b/src/de/uni_passau/fim/seibt/gitwrapper/repo/GitWrapper.java index 1a577ca1e0e86eed526b0a4a436477be063844c4..ea8f7adc470776b661fe1865f94669302a0137ac 100644 --- a/src/de/uni_passau/fim/seibt/gitwrapper/repo/GitWrapper.java +++ b/src/de/uni_passau/fim/seibt/gitwrapper/repo/GitWrapper.java @@ -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>' and returns the exit code and the output of the command. If there is an + * Executes '<git command> <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