upgrade bundles to openROADM service 5.1.0
[transportpce.git] / servicehandler / src / main / java / org / opendaylight / transportpce / servicehandler / validation / checks / CheckCoherencyHardSoft.java
index a9a2d80b25ff496ba3043ba902989a800e3e47cc..a5cd9d2fcc4dc7b453f875acd59342c198012ad3 100644 (file)
@@ -8,8 +8,8 @@
 
 package org.opendaylight.transportpce.servicehandler.validation.checks;
 
-import org.opendaylight.yang.gen.v1.http.org.openroadm.routing.constrains.rev161014.routing.constraints.HardConstraints;
-import org.opendaylight.yang.gen.v1.http.org.openroadm.routing.constrains.rev161014.routing.constraints.SoftConstraints;
+import org.opendaylight.yang.gen.v1.http.org.openroadm.routing.constrains.rev190329.routing.constraints.HardConstraints;
+import org.opendaylight.yang.gen.v1.http.org.openroadm.routing.constrains.rev190329.routing.constraints.SoftConstraints;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
@@ -23,6 +23,9 @@ public final class CheckCoherencyHardSoft {
 
     /**
      * function to check coherency between hard and soft constraints.
+     * @param hard Hard Constraints
+     * @param soft Soft Constraints
+     *
      * @return  <code> true </code>  if coherent
      *          <code> false </code> else
      */
@@ -41,7 +44,7 @@ public final class CheckCoherencyHardSoft {
         return result;
     }
 
-    public CheckCoherencyHardSoft() {
+    private CheckCoherencyHardSoft() {
     }
 
 }