Fix comment
This commit is contained in:
@@ -62,7 +62,7 @@ class AutoConfigurationSorter {
|
|||||||
|
|
||||||
List<String> orderedClassNames = new ArrayList<String>(classNames);
|
List<String> orderedClassNames = new ArrayList<String>(classNames);
|
||||||
|
|
||||||
// Sort initially by order
|
// Initially sort alphabetically
|
||||||
Collections.sort(orderedClassNames);
|
Collections.sort(orderedClassNames);
|
||||||
|
|
||||||
// Then sort by order
|
// Then sort by order
|
||||||
|
|||||||
Reference in New Issue
Block a user