mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Warning.
This commit is contained in:
parent
c236b0b070
commit
66c349121c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class DependencyManager @Inject constructor(val executors: KobaltExecutor
|
|||
for (k in map.keySet()) {
|
||||
val l = map.get(k)
|
||||
Collections.sort(l, Collections.reverseOrder())
|
||||
result.add(l.get(0))
|
||||
result.add(l[0])
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue