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 d4139e5 commit e6cb04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/cool/mqtt/hooks/MqttSubscription.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ public interface MqttSubscription {

/**
* Gets the topic filter indicating one or more topics to which the client subscribe.
*
*
* @return the topic filter
*/
String getTopicFilter();

/**
* Gets the maximum Quality Of Service level which the target MQTT broker is allowed to send
* Application Messages.
*
*
* @return the maximum Quality Of Service level
*/
QoS getQos();
Expand Down

0 comments on commit e6cb04c

Please sign in to comment.