diff --git a/sharding-jdbc/sharding-jdbc-core/src/test/java/io/shardingsphere/dbtest/fixture/ConstantKeyGenerator.java b/sharding-jdbc/sharding-jdbc-core/src/test/java/io/shardingsphere/dbtest/fixture/ConstantKeyGenerator.java index 21cc61c243e99b5bb870980287fcc5f932f0e6aa..7f95951a43cdaf9d76a0d39e9e0eaac3bd255523 100644 --- a/sharding-jdbc/sharding-jdbc-core/src/test/java/io/shardingsphere/dbtest/fixture/ConstantKeyGenerator.java +++ b/sharding-jdbc/sharding-jdbc-core/src/test/java/io/shardingsphere/dbtest/fixture/ConstantKeyGenerator.java @@ -27,7 +27,7 @@ public final class ConstantKeyGenerator implements KeyGenerator { @Getter @Setter - private Properties keyGeneratorProperties = new Properties(); + private Properties properties = new Properties(); @Override public Comparable generateKey() { diff --git a/sharding-jdbc/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/shardingjdbc/orchestration/api/yaml/fixture/DecrementKeyGenerator.java b/sharding-jdbc/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/shardingjdbc/orchestration/api/yaml/fixture/DecrementKeyGenerator.java index 26ed8e304c2c9f7cc73631190414d10a840117de..0bedb1ec6d8ac61ebf0c044d1dc1370d66835dd8 100644 --- a/sharding-jdbc/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/shardingjdbc/orchestration/api/yaml/fixture/DecrementKeyGenerator.java +++ b/sharding-jdbc/sharding-jdbc-orchestration/src/test/java/io/shardingsphere/shardingjdbc/orchestration/api/yaml/fixture/DecrementKeyGenerator.java @@ -30,7 +30,7 @@ public final class DecrementKeyGenerator implements KeyGenerator { @Getter @Setter - private Properties keyGeneratorProperties = new Properties(); + private Properties properties = new Properties(); @Override public Comparable generateKey() {