DraftCommentNotes: Remove outdated TODO

Change-Id: I54b5d96f47a9f4ff64b5b2f714e1aa8b0c99e488
This commit is contained in:
Dave Borowitz
2016-06-16 12:23:48 -04:00
parent d275000273
commit 2ade5954c8

View File

@@ -93,7 +93,6 @@ public class DraftCommentNotes extends AbstractChangeNotes<DraftCommentNotes> {
}
public ImmutableListMultimap<RevId, PatchLineComment> getComments() {
// TODO(dborowitz): Defensive copy?
return comments;
}