mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Comments.
This commit is contained in:
parent
b406e7a82a
commit
b8731ed286
1 changed files with 6 additions and 6 deletions
|
@ -136,12 +136,12 @@ public class DynamicGraph<T> : KobaltLogger {
|
|||
}
|
||||
|
||||
// Sort the free nodes if requested (e.g. priorities)
|
||||
// if (! result.isEmpty()) {
|
||||
// if (comparator != null) {
|
||||
// Collections.sort(result, comparator)
|
||||
// debug("Nodes after sorting:" + result.get(0))
|
||||
// }
|
||||
// }
|
||||
// if (! result.isEmpty()) {
|
||||
// if (comparator != null) {
|
||||
// Collections.sort(result, comparator)
|
||||
// debug("Nodes after sorting:" + result.get(0))
|
||||
// }
|
||||
// }
|
||||
|
||||
log(2, "freeNodes: ${result}")
|
||||
return result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue