提交 fd0f9cf1 编写于 作者: T tristaZero

modify properties

上级 5908e8ac
......@@ -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() {
......
......@@ -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() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册