Skip to content

Commit

Permalink
Fix checkstyle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
HindujaB committed Nov 19, 2024
1 parent 4a534ae commit 5a57977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static Object externPublish(Environment env, BObject clientObject, BStrin
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
return MqttUtils.createMqttError(e);
} catch(MqttException e){
} catch (MqttException e) {
return MqttUtils.createMqttError(e);
}
});
Expand Down

0 comments on commit 5a57977

Please sign in to comment.