Revert "Non-matching brackets in SparseFileContent.toString()"
This reverts commit 17daae9934
The use of ) was intentional as the range is inclusive, exclusive.
Change-Id: I1aa25b6d8a17a374766c6316ee1872c4272e609e
This commit is contained in:
parent
17daae9934
commit
0ea71e054e
@ -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