diff --git a/src/de/uni_passau/fim/seibt/gitwrapper/repo/Repository.java b/src/de/uni_passau/fim/seibt/gitwrapper/repo/Repository.java
index 102a7fb01fb18acd25020dd21f1a83bac518df73..b1c411cd94c2f7e8c1e7930bb61d46acae4aac60 100644
--- a/src/de/uni_passau/fim/seibt/gitwrapper/repo/Repository.java
+++ b/src/de/uni_passau/fim/seibt/gitwrapper/repo/Repository.java
@@ -126,7 +126,7 @@ public class Repository {
      *
      * @return the {@link GitWrapper}
      */
-    public GitWrapper getGit() {
+    GitWrapper getGit() {
         return git;
     }