parent
40351c40ed
commit
90a4d1df2b
|
|
@ -169,9 +169,10 @@ public class FlywayAutoConfiguration {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts a String to a {@link MigrationVersion}.
|
* Convert a String to a {@link MigrationVersion}.
|
||||||
*/
|
*/
|
||||||
private static class StringToMigrationVersionConverter implements Converter<String, MigrationVersion> {
|
private static class StringToMigrationVersionConverter
|
||||||
|
implements Converter<String, MigrationVersion> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public MigrationVersion convert(String source) {
|
public MigrationVersion convert(String source) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue