Skip to content

Commit

Permalink
Fix trailing whitespace in comment for constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Jan 9, 2018
1 parent 0abb4e3 commit 70e90bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cool/mqtt/hooks/HookException.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class HookException extends Exception {

/**
* Constructs an {@code HookException} with the specified error code and detail message.
*
*
* @param code the error code that can be used to distinguish the kind of problem. It must be a
* non negative integer, otherwise it will be replaced by {@code 0}
* @param message the detail message to be forwarded to the Client. It can be null. The message
Expand Down

0 comments on commit 70e90bc

Please sign in to comment.