mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
Fix spelling error on AutoIngestJob.java
This commit is contained in:
parent
fce2fc3ed8
commit
bc314d6d42
@ -601,8 +601,8 @@ final class AutoIngestJob implements Comparable<AutoIngestJob>, IngestProgressSn
|
|||||||
if (comparisonResult == 0) {
|
if (comparisonResult == 0) {
|
||||||
//if the case name is the same compare with the jobs datasource file name
|
//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());
|
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;
|
return comparisonResult;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user