You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-properties-migrator/src/main/java/org/springframework/boot/context/properties/migrator/PropertiesMigrationReporter.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@
41
41
importorg.springframework.util.StringUtils;
42
42
43
43
/**
44
-
* Report on {@link PropertyMigration legacy properties}.
44
+
* Report on {@link PropertyMigration properties migration}.
45
45
*
46
46
* @author Stephane Nicoll
47
47
*/
@@ -61,7 +61,7 @@ class PropertiesMigrationReporter {
61
61
/**
62
62
* Analyse the {@link ConfigurableEnvironment environment} and attempt to rename
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-properties-migrator/src/main/java/org/springframework/boot/context/properties/migrator/PropertyMigration.java
0 commit comments