We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23cfe2 commit 18c1201Copy full SHA for 18c1201
src/main/java/storm/trident/state/postgresql/PostgresqlStateConfig.java
@@ -85,10 +85,10 @@ public void setValueTypes(String[] valueTypes) {
85
}
86
87
public String[] getKeyTypes() {
88
- return keyTypes;
89
- }
+ return keyTypes;
+ }
90
91
- public void setKeyTypes(String[] keyTypes) {
92
- this.keyTypes = keyTypes;
93
+ public void setKeyTypes(String[] keyTypes) {
+ this.keyTypes = keyTypes;
94
0 commit comments