From b73356201270f25415c4bcb9ed0abdc84093a221 Mon Sep 17 00:00:00 2001
From: Georg Seibt <seibt@fim.uni-passau.de>
Date: Wed, 13 Apr 2016 15:31:56 +0200
Subject: [PATCH] doc

---
 src/de/uni_passau/fim/seibt/gitwrapper/repo/GitWrapper.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 1a577ca..ea8f7ad 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 &lt;parameters&gt' and returns the exit code and the output of the command. If there is an
+     * Executes '&lt;git command&gt &lt;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
-- 
GitLab