Polish
This commit is contained in:
parent
726a1d075e
commit
3291a7a76d
|
|
@ -41,7 +41,7 @@ import org.springframework.util.MultiValueMap;
|
||||||
import org.springframework.util.StringUtils;
|
import org.springframework.util.StringUtils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Report on {@link PropertyMigration legacy properties}.
|
* Report on {@link PropertyMigration properties migration}.
|
||||||
*
|
*
|
||||||
* @author Stephane Nicoll
|
* @author Stephane Nicoll
|
||||||
*/
|
*/
|
||||||
|
|
@ -61,7 +61,7 @@ class PropertiesMigrationReporter {
|
||||||
/**
|
/**
|
||||||
* Analyse the {@link ConfigurableEnvironment environment} and attempt to rename
|
* Analyse the {@link ConfigurableEnvironment environment} and attempt to rename
|
||||||
* legacy properties if a replacement exists.
|
* legacy properties if a replacement exists.
|
||||||
* @return the analysis
|
* @return a report of the migration
|
||||||
*/
|
*/
|
||||||
public PropertiesMigrationReport getReport() {
|
public PropertiesMigrationReport getReport() {
|
||||||
PropertiesMigrationReport report = new PropertiesMigrationReport();
|
PropertiesMigrationReport report = new PropertiesMigrationReport();
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ import org.springframework.boot.origin.Origin;
|
||||||
import org.springframework.boot.origin.TextResourceOrigin;
|
import org.springframework.boot.origin.TextResourceOrigin;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Description of a legacy property.
|
* Description of a property migration.
|
||||||
*
|
*
|
||||||
* @author Stephane Nicoll
|
* @author Stephane Nicoll
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue