aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java
diff options
context:
space:
mode:
authorKevin Sawicki <kevin@github.com>2011-09-28 14:10:24 -0700
committerKevin Sawicki <kevin@github.com>2011-09-28 14:10:24 -0700
commite630f913051ae80c19ed3caca9d206e5a2b96d21 (patch)
tree4e065f260b62f996c46a030e8fc928246a3ed376 /org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java
parent1230d353d8583acfd0df5b3ecdd6aeb04817c692 (diff)
downloadjgit-e630f913051ae80c19ed3caca9d206e5a2b96d21.tar.gz
jgit-e630f913051ae80c19ed3caca9d206e5a2b96d21.zip
Remove TODO for generated constructor.
Change-Id: Ie405f6de99b8fa632d7462400e647a37f30e2e31 Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java
index eb1516be02..8c17b0afb8 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java
@@ -69,7 +69,6 @@ public class StatusCommand extends GitCommand<Status> {
*/
protected StatusCommand(Repository repo) {
super(repo);
- // TODO Auto-generated constructor stub
}
/**