Fix duplicated words

See gh-18004
This commit is contained in:
dreis2211
2019-08-29 22:05:30 +02:00
committed by Stephane Nicoll
parent 4f696441cf
commit 3e35a6616c
6 changed files with 14 additions and 14 deletions

View File

@@ -70,7 +70,7 @@ public class FlywayProperties {
private List<String> schemas = new ArrayList<>();
/**
* Name of the schema schema history table that will be used by Flyway.
* Name of the schema history table that will be used by Flyway.
*/
private String table = "flyway_schema_history";