fix some compilation warnings
[transportpce.git] / servicehandler / src / test / java / org / opendaylight / transportpce / servicehandler / mappers / ServiceDeleteOutputConverter.java
index 9de86cf780bc75d6ce5c6308d07188a100208f33..b6ea691aec69b8b955a893b702cd02d09a1c9096 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.transportpce.servicehandler.mappers;
 import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.stubrenderer.rev170426.ServiceDeleteOutput;
 import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.stubrenderer.rev170426.ServiceDeleteOutputBuilder;
 
-public class ServiceDeleteOutputConverter {
+public final class ServiceDeleteOutputConverter {
 
     public static ServiceDeleteOutput
         getStub(
@@ -34,4 +34,6 @@ public class ServiceDeleteOutputConverter {
         return concreteBuilder.build();
     }
 
+    private ServiceDeleteOutputConverter() {
+    }
 }