ChangeBundle: Remove infeasible TODO

Change-Id: I7895e7c13d59cc135b363bbc7846b69af17c7aeb
This commit is contained in:
Dave Borowitz
2016-09-09 13:32:51 -04:00
parent b98ae30e9e
commit 4b6cddb63e

View File

@@ -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);