aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/growlnotification
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/impl/growlnotification')
-rw-r--r--src/net/java/sip/communicator/impl/growlnotification/GrowlNotificationActivator.java4
1 files changed, 2 insertions, 2 deletions
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
+}