ChangeBundle: Remove infeasible TODO
Change-Id: I7895e7c13d59cc135b363bbc7846b69af17c7aeb
This commit is contained in:
@@ -241,10 +241,7 @@ public class ChangeBundle {
|
||||
checkColumns(Change.Id.class, 1);
|
||||
|
||||
checkColumns(Change.class,
|
||||
1, 2, 3, 4, 5, 7, 8, 10, 12, 13, 14, 17, 18,
|
||||
// TODO(dborowitz): It's potentially possible to compare noteDbState in
|
||||
// the Change with the state implied by a ChangeNotes.
|
||||
101);
|
||||
1, 2, 3, 4, 5, 7, 8, 10, 12, 13, 14, 17, 18, 101);
|
||||
checkColumns(ChangeMessage.Key.class, 1, 2);
|
||||
checkColumns(ChangeMessage.class, 1, 2, 3, 4, 5, 6);
|
||||
checkColumns(PatchSet.Id.class, 1, 2);
|
||||
|
||||
Reference in New Issue
Block a user