1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00

Comments.

This commit is contained in:
Cedric Beust 2015-10-11 19:16:46 -07:00
parent b406e7a82a
commit b8731ed286

View file

@ -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