From 46cbfc43f3229fa92a92a45e98dfc4e456b08ddf Mon Sep 17 00:00:00 2001
From: Georg Seibt <seibt@fim.uni-passau.de>
Date: Thu, 17 Nov 2016 14:59:58 +0100
Subject: [PATCH] Documentation fixes.

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

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 5f6304a..89beddd 100644
--- a/src/de/uni_passau/fim/seibt/gitwrapper/repo/GitWrapper.java
+++ b/src/de/uni_passau/fim/seibt/gitwrapper/repo/GitWrapper.java
@@ -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 '&lt;git command&gt &lt;firstParameter&gt &lt;parameters&gt' and returns the exit code and the output
+     * Executes '&lt;git command&gt; &lt;firstParameter&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