From 38ff6ce604e908da17f3aaba34466986ba95f4bf Mon Sep 17 00:00:00 2001 From: Gianluca Finocchiaro Date: Tue, 9 Jan 2018 17:29:55 +0100 Subject: [PATCH] Fix trailing whitespace in comments and remove unnecessary statements. --- .../java/cool/mqtt/hooks/MQTTCoolHook.java | 26 ++++++++----------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/src/main/java/cool/mqtt/hooks/MQTTCoolHook.java b/src/main/java/cool/mqtt/hooks/MQTTCoolHook.java index 7b773ca..665d071 100644 --- a/src/main/java/cool/mqtt/hooks/MQTTCoolHook.java +++ b/src/main/java/cool/mqtt/hooks/MQTTCoolHook.java @@ -7,7 +7,7 @@ * Interface that defines an MQTT.Cool Hook. By implementing this interface it is * possible to create a custom pluggable component for extending the authorization and * authentication functionalities of MQTT.Cool. - * + * *

Hook allows to intercept and authorize the following requests: *

- * + * *

In addition, Hook could be notified about the following events: *