Merge "Revert "Non-matching brackets in SparseFileContent.toString()""
This commit is contained in:
commit
17a818f4e9
@ -296,7 +296,7 @@ public class SparseFileContent {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Range[" + base + "," + end() + "]";
|
||||
return "Range[" + base + "," + end() + ")";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user