Fix comment

This commit is contained in:
Christian Dupuis
2014-02-18 19:17:42 +01:00
parent 56a693198b
commit b2327cb5f9

View File

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