Skip to content

Commit 8a75cc1

Browse files
committed
Revert "Minor typo in comment"
This reverts commit 4b6410b due to erroneous push.
1 parent 1bd3809 commit 8a75cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dcache/src/main/java/org/dcache/pool/classic/IoQueueManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public Serializable call() throws CommandException {
438438
}
439439

440440
if (isBinary) {
441-
// ignore sorting and grouping by queue name if binary
441+
// ignore sortin and grouping by queue name if binnary
442442
return queues.stream().flatMap(s -> s.getJobInfos().stream())
443443
.toArray(IoJobInfo[]::new);
444444
} else {

0 commit comments

Comments
 (0)