From b8731ed2868e5fe0a02b049d4dc02c2a58aca15e Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 11 Oct 2015 19:16:46 -0700 Subject: [PATCH] Comments. --- .../kotlin/com/beust/kobalt/internal/DynamicGraph.kt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt b/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt index 4be2a7ae..2326ea94 100644 --- a/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt +++ b/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt @@ -136,12 +136,12 @@ public class DynamicGraph : 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