mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -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)
|
// Sort the free nodes if requested (e.g. priorities)
|
||||||
// if (! result.isEmpty()) {
|
// if (! result.isEmpty()) {
|
||||||
// if (comparator != null) {
|
// if (comparator != null) {
|
||||||
// Collections.sort(result, comparator)
|
// Collections.sort(result, comparator)
|
||||||
// debug("Nodes after sorting:" + result.get(0))
|
// debug("Nodes after sorting:" + result.get(0))
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
log(2, "freeNodes: ${result}")
|
log(2, "freeNodes: ${result}")
|
||||||
return result
|
return result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue