Skip to content

Commit 4d78ca0

Browse files
committed
Remove unneeded TODO comment
1 parent 61bd032 commit 4d78ca0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/hudson/plugins/git/Branch.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public class Branch extends GitObject {
88

99
public Branch(String name, ObjectId sha1) {
1010
super(name, sha1);
11-
// TODO Auto-generated constructor stub
1211
}
1312

1413
public Branch(Ref candidate) {

0 commit comments

Comments
 (0)