Browse Source

Fix comment

pull/382/head
Christian Dupuis 12 years ago
parent
commit
b2327cb5f9
  1. 2
      spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigurationSorter.java

2
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigurationSorter.java

@ -62,7 +62,7 @@ class AutoConfigurationSorter { @@ -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

Loading…
Cancel
Save