Fix spelling error on AutoIngestJob.java

This commit is contained in:
Richard Cordovano 2018-06-13 10:25:10 -04:00 committed by GitHub
parent fce2fc3ed8
commit bc314d6d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -601,8 +601,8 @@ final class AutoIngestJob implements Comparable<AutoIngestJob>, IngestProgressSn
if (comparisonResult == 0) {
//if the case name is the same compare with the jobs datasource file name
comparisonResult = -this.getManifest().getDataSourcePath().getFileName().toString().compareTo(otherJob.getManifest().getDataSourcePath().getFileName().toString());
//if they are still the same at this point they may be ordered incosistantly
}
//if they are still the same at this point they may be ordered inconsistently
}n
}
}
return comparisonResult;