Merge "Revert "Non-matching brackets in SparseFileContent.toString()""

This commit is contained in:
David Pursehouse 2013-02-19 00:58:24 +00:00 committed by Gerrit Code Review
commit 17a818f4e9

View File

@ -296,7 +296,7 @@ public class SparseFileContent {
@Override
public String toString() {
return "Range[" + base + "," + end() + "]";
return "Range[" + base + "," + end() + ")";
}
}
}