Corrects various javadoc problems
[transportpce.git] / servicehandler / src / main / java / org / opendaylight / transportpce / servicehandler / MappingAndSendingSIRequest.java
index 18531c2516278113d383fd4e0f5c85e5c7ab2831..3e91980e21896454804bba417b8ae450a6fc835e 100644 (file)
@@ -65,7 +65,7 @@ import org.slf4j.LoggerFactory;
 
 
 
-/*
+/**
  * Class for Mapping and Sending
  * Service Implemention requests :
  * - service implementation
@@ -90,7 +90,7 @@ public class MappingAndSendingSIRequest {
     private final ListeningExecutorService executor = MoreExecutors.listeningDecorator(Executors.newFixedThreadPool(5));
 
 
-    /*
+    /**
      * MappingAndSendingSIRequest class constructor
      * for RPC serviceCreate.
      *
@@ -242,7 +242,7 @@ public class MappingAndSendingSIRequest {
         .build();
     }
 
-    /*
+    /**
      * MappingAndSendingSIRequest class constructor
      * for RPC serviceReconfigure.
      *
@@ -393,7 +393,7 @@ public class MappingAndSendingSIRequest {
     }
 
 
-    /*
+    /**
      * MappingAndSendingSIRequest class constructor
      * for RPC serviceDelete.
      *
@@ -543,7 +543,7 @@ public class MappingAndSendingSIRequest {
         LOG.info("ServiceImplementationRequestInput : " + serviceImplementationRequestInput.toString());
     }
 
-    /*
+    /**
      * Create RxDirection with Port
      * information.
      *
@@ -595,7 +595,7 @@ public class MappingAndSendingSIRequest {
         return result;
     }
 
-    /*
+    /**
      * Send serviceImplementation request to Render.
      *
      * @return ServiceImplementationRequestOutput data response from Renderer
@@ -639,7 +639,7 @@ public class MappingAndSendingSIRequest {
 
     }
 
-    /*
+    /**
      * Send serviceDelete request to Render.
      *
      * @return ServiceDeleteOutput data response from Renderer