From 11603b3ad557c92e713c68f171a7fcb337e43453 Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Wed, 2 Sep 2009 11:01:34 +0000 Subject: Commits the patch of Sebastien Vincent provided on the dev mailing in an e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings. --- .../impl/growlnotification/GrowlNotificationActivator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/java/sip/communicator/impl/growlnotification') diff --git a/src/net/java/sip/communicator/impl/growlnotification/GrowlNotificationActivator.java b/src/net/java/sip/communicator/impl/growlnotification/GrowlNotificationActivator.java index 8892ea6..e1cd7a9 100644 --- a/src/net/java/sip/communicator/impl/growlnotification/GrowlNotificationActivator.java +++ b/src/net/java/sip/communicator/impl/growlnotification/GrowlNotificationActivator.java @@ -49,7 +49,7 @@ public class GrowlNotificationActivator /** * Initialize and start Growl Notifications Service * - * @param bundleContext BundleContext + * @param bc BundleContext * @throws Exception */ public void start(BundleContext bc) throws Exception @@ -112,4 +112,4 @@ public class GrowlNotificationActivator ResourceManagementServiceUtils.getService(bundleContext); return resourcesService; } -} \ No newline at end of file +} -- cgit v1.1