Commit b2327cb5 authored by Christian Dupuis's avatar Christian Dupuis

Fix comment

parent 56a69319
......@@ -62,7 +62,7 @@ class AutoConfigurationSorter {
List<String> orderedClassNames = new ArrayList<String>(classNames);
// Sort initially by order
// Initially sort alphabetically
Collections.sort(orderedClassNames);
// Then sort by order
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment