diff --git a/src/de/uni_passau/fim/seibt/gitwrapper/process/ToolWrapper.java b/src/de/uni_passau/fim/seibt/gitwrapper/process/ToolWrapper.java
index df8a0edd5f23257c177f0b4ede556328c5afae86..bda629c68e7f6a7affd04c77de35ae9a634322cc 100644
--- a/src/de/uni_passau/fim/seibt/gitwrapper/process/ToolWrapper.java
+++ b/src/de/uni_passau/fim/seibt/gitwrapper/process/ToolWrapper.java
@@ -32,7 +32,9 @@ public abstract class ToolWrapper {
     }
 
     /**
-     * Determines whether the wrapped command is working as expected.
+     * Determines whether the wrapped command is working as expected. This method is called by the
+     * {@link #ToolWrapper(String)} constructor after the {@link #cmd} variable is initialized. Subclasses may use the
+     * {@link #exec(File, boolean, List)} method in their implementation of this method.
      *
      * @return true iff the command is working
      */