Skip to content

Commit 2e3e1b3

Browse files
Fixed validate method (#19)
1 parent a15f6ce commit 2e3e1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/yahoo/bullet/pubsub/rest/RESTPubSubConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public RESTPubSubConfig(Config other) {
8989
}
9090

9191
@Override
92-
public BulletConfig validate() {
92+
public RESTPubSubConfig validate() {
9393
super.validate();
9494
VALIDATOR.validate(this);
9595
return this;

0 commit comments

Comments
 (0)