Fixing javadoc parameter
diff --git a/common/src/main/java/org/apache/cxf/dosgi/common/httpservice/HttpServiceManager.java b/common/src/main/java/org/apache/cxf/dosgi/common/httpservice/HttpServiceManager.java
index 45f9723..b128959 100644
--- a/common/src/main/java/org/apache/cxf/dosgi/common/httpservice/HttpServiceManager.java
+++ b/common/src/main/java/org/apache/cxf/dosgi/common/httpservice/HttpServiceManager.java
@@ -105,7 +105,7 @@
     /**
      * This listens for service removal events and "un-exports" the service from the HttpService.
      *
-     * @param sref the service reference to track
+     * @param sid the service id to track
      * @param alias the HTTP servlet context alias
      */
     private void registerUnexportHook(Long sid, String alias) {