Skip to content

Commit

Permalink
[BACKLOG-21670] - these called in mqtt spark operation, need to be pu…
Browse files Browse the repository at this point in the history
…blic (pentaho#5295)
  • Loading branch information
Kurtis Walker authored and DFieldFL committed Apr 24, 2018
1 parent 46f3d14 commit 60b957a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public MQTTClientBuilder withQos( String qos ) {
return this;
}

MQTTClientBuilder withIsSecure( boolean isSecure ) {
public MQTTClientBuilder withIsSecure( boolean isSecure ) {
this.isSecure = isSecure;
return this;
}
Expand All @@ -159,7 +159,7 @@ public MQTTClientBuilder withStep( StepInterface step ) {
return this;
}

MQTTClientBuilder withSslConfig( Map<String, String> sslConfig ) {
public MQTTClientBuilder withSslConfig( Map<String, String> sslConfig ) {
this.sslConfig = sslConfig;
return this;
}
Expand Down

0 comments on commit 60b957a

Please sign in to comment.