Merge "Add option to omit duplicate comments."

This commit is contained in:
Shawn Pearce
2015-10-31 00:03:15 +00:00
committed by Gerrit Code Review
6 changed files with 114 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ public final class PatchLineComment {
}
@Override
protected void set(String newValue) {
public void set(String newValue) {
uuid = newValue;
}