diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2013-05-23 18:50:35 +0300 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2013-05-23 18:50:35 +0300 |
commit | b211c26d6c8f51a75d3b64b6092284c3847a3a8a (patch) | |
tree | a51b7d816a27f8db492cf9c44f998e2da8176635 /src/net/java/sip/communicator/impl/swingnotification | |
parent | 24e81b82808681c6b5741b14048ef58c4e665e37 (diff) | |
download | jitsi-b211c26d6c8f51a75d3b64b6092284c3847a3a8a.zip jitsi-b211c26d6c8f51a75d3b64b6092284c3847a3a8a.tar.gz jitsi-b211c26d6c8f51a75d3b64b6092284c3847a3a8a.tar.bz2 |
Fixes warnings, removes trailing whitespace, adds @Override annotations.
Diffstat (limited to 'src/net/java/sip/communicator/impl/swingnotification')
-rw-r--r-- | src/net/java/sip/communicator/impl/swingnotification/PopupMessageHandlerSwingImpl.java | 8 | ||||
-rw-r--r-- | src/net/java/sip/communicator/impl/swingnotification/SwingNotificationActivator.java | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/net/java/sip/communicator/impl/swingnotification/PopupMessageHandlerSwingImpl.java b/src/net/java/sip/communicator/impl/swingnotification/PopupMessageHandlerSwingImpl.java index 25f7423..2decd8d 100644 --- a/src/net/java/sip/communicator/impl/swingnotification/PopupMessageHandlerSwingImpl.java +++ b/src/net/java/sip/communicator/impl/swingnotification/PopupMessageHandlerSwingImpl.java @@ -285,11 +285,11 @@ public class PopupMessageHandlerSwingImpl } while (height < 0); } } - + /** * Returns the appropriate popup message height, according to the currently * used font and the size of the message. - * + * * @param c the component used to show the message * @param message the message * @return the appropriate popup message height @@ -310,8 +310,8 @@ public class PopupMessageHandlerSwingImpl } /** - * Implements <tt>getPreferenceIndex</tt> from <tt>PopupMessageHandler</tt>. - * This handler is able to show images, detect clicks, match a click to a + * Implements <tt>getPreferenceIndex</tt> from <tt>PopupMessageHandler</tt>. + * This handler is able to show images, detect clicks, match a click to a * message, thus the preference index is 3. * @return a preference index */ diff --git a/src/net/java/sip/communicator/impl/swingnotification/SwingNotificationActivator.java b/src/net/java/sip/communicator/impl/swingnotification/SwingNotificationActivator.java index d16f6ba..8424ec9 100644 --- a/src/net/java/sip/communicator/impl/swingnotification/SwingNotificationActivator.java +++ b/src/net/java/sip/communicator/impl/swingnotification/SwingNotificationActivator.java @@ -57,7 +57,7 @@ public class SwingNotificationActivator implements BundleActivator handler = new PopupMessageHandlerSwingImpl(); getConfigurationService(); - + bc.registerService( PopupMessageHandler.class.getName() , handler |