Corrects various javadoc problems
[transportpce.git] / stubpce / src / main / java / org / opendaylight / transportpce / stubpce / impl / StubpceProvider.java
index a1f2162187013bfd2aa20b9c4a9c674a9647bff3..0b1fe228e37c8800f4b92382d6016ae44dfb9911 100644 (file)
@@ -19,9 +19,9 @@ import org.opendaylight.yangtools.concepts.ListenerRegistration;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-/*
+/**
  * Class to register
- * Stubpce Service & Notification.
+ * Stubpce Service and Notification.
  * @author Martial Coulibaly ( martial.coulibaly@gfi.com ) on behalf of Orange
  *
  */
@@ -41,7 +41,7 @@ public class StubpceProvider {
         this.notificationPublishService = notificationPublishService;
     }
 
-    /*
+    /**
      * Method called when the blueprint container is created.
      */
     public void init() {
@@ -50,7 +50,7 @@ public class StubpceProvider {
         rpcRegistration = rpcRegistry.addRpcImplementation(StubpceService.class, consumer);
     }
 
-    /*
+    /**
      * Method called when the blueprint container is destroyed.
      */
     public void close() {