mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 07:49:14 +00:00
Fix comment
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user