This commit is contained in:
dg2-new
2015-09-25 20:21:03 +00:00
parent 22b9876b68
commit 89c14c2e9a

View File

@ -356,7 +356,7 @@ class Sorters {
/** /**
* @param storage may be null * @param storage may be null
* @param remaining precomputed, non-null iff storage is non-null * @param remainingArray precomputed, non-null iff storage is non-null
*/ */
public FileAndIndex(File file, Storage storage, long[] remainingArray) { public FileAndIndex(File file, Storage storage, long[] remainingArray) {
this.file = file; this.file = file;