Browse Source

Remove TODO for generated constructor.

Change-Id: Ie405f6de99b8fa632d7462400e647a37f30e2e31
Signed-off-by: Kevin Sawicki <kevin@github.com>
stable-1.2
Kevin Sawicki 13 years ago
parent
commit
e630f91305
  1. 1
      org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java

1
org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java

@ -69,7 +69,6 @@ public class StatusCommand extends GitCommand<Status> {
*/ */
protected StatusCommand(Repository repo) { protected StatusCommand(Repository repo) {
super(repo); super(repo);
// TODO Auto-generated constructor stub
} }
/** /**

Loading…
Cancel
Save