Skip to content

Commit 3291a7a

Browse files
committed
Polish
1 parent 726a1d0 commit 3291a7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-boot-project/spring-boot-properties-migrator/src/main/java/org/springframework/boot/context/properties/migrator/PropertiesMigrationReporter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import org.springframework.util.StringUtils;
4242

4343
/**
44-
* Report on {@link PropertyMigration legacy properties}.
44+
* Report on {@link PropertyMigration properties migration}.
4545
*
4646
* @author Stephane Nicoll
4747
*/
@@ -61,7 +61,7 @@ class PropertiesMigrationReporter {
6161
/**
6262
* Analyse the {@link ConfigurableEnvironment environment} and attempt to rename
6363
* legacy properties if a replacement exists.
64-
* @return the analysis
64+
* @return a report of the migration
6565
*/
6666
public PropertiesMigrationReport getReport() {
6767
PropertiesMigrationReport report = new PropertiesMigrationReport();

spring-boot-project/spring-boot-properties-migrator/src/main/java/org/springframework/boot/context/properties/migrator/PropertyMigration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.springframework.boot.origin.TextResourceOrigin;
2525

2626
/**
27-
* Description of a legacy property.
27+
* Description of a property migration.
2828
*
2929
* @author Stephane Nicoll
3030
*/

0 commit comments

Comments
 (0)