Commit 90a4d1df authored by Stephane Nicoll's avatar Stephane Nicoll

Polish contribution

Closes gh-4317
parent 40351c40
......@@ -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
public MigrationVersion convert(String source) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment