Remove TODO for generated constructor.

Change-Id: Ie405f6de99b8fa632d7462400e647a37f30e2e31
Signed-off-by: Kevin Sawicki <kevin@github.com>
This commit is contained in:
Kevin Sawicki 2011-09-28 14:10:24 -07:00
parent 1230d353d8
commit e630f91305
1 changed files with 0 additions and 1 deletions

View File

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