Merge "DraftCommentNotes: Remove outdated TODO"

This commit is contained in:
David Pursehouse
2016-06-16 23:44:38 +00:00
committed by Gerrit Code Review

View File

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