Skip to content

Commit

Permalink
Fix trailing whitespaces in documentation comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Jan 9, 2018
1 parent e6cb04c commit 0f6fa41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/cool/mqtt/hooks/QoS.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum QoS {

/**
* Gets the Quality of Service level {@code int} value.
*
*
* @return the Quality of Service level, from 0 ({@code AT_MOST_ONCE}) to 2 ({@code EXACTLY_ONCE}
* once)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cool/mqtt/hooks/SimpleCoolHook.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Simple skeletal implementation of the {@code MQTTCoolHook} interface, meant as a base class to be
* extended in order to minimize the effort required to provide a full implementation of a custom
* Hook.
*
*
* <p>All methods provide a trivial implementation, therefore subclasses must override those methods
* for which a specific behavior is really needed.
*/
Expand Down

0 comments on commit 0f6fa41

Please sign in to comment.