X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=blobdiff_plain;f=servicehandler%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Ftransportpce%2Fservicehandler%2Fmappers%2FServiceImplementationRequestOutputConverter.java;h=61aa49650ac75a3c7c0b35e13f49a1959bf94d5d;hp=d44e4848ffb7ebb33ba237cb8c2e90f1c424c890;hb=ce96a3bb3962f1350f9c7cee6405dcfba88aaaa3;hpb=efa75ab7d361f444d32bf1da93b21382abd2fbe0 diff --git a/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceImplementationRequestOutputConverter.java b/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceImplementationRequestOutputConverter.java index d44e4848f..61aa49650 100644 --- a/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceImplementationRequestOutputConverter.java +++ b/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceImplementationRequestOutputConverter.java @@ -10,7 +10,7 @@ package org.opendaylight.transportpce.servicehandler.mappers; import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.stubrenderer.rev170426.ServiceImplementationRequestOutput; import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.stubrenderer.rev170426.ServiceImplementationRequestOutputBuilder; -public class ServiceImplementationRequestOutputConverter { +public final class ServiceImplementationRequestOutputConverter { public static ServiceImplementationRequestOutput getStub(org.opendaylight.yang.gen.v1.http.org.transportpce .b.c._interface.servicepath.rev170426.ServiceImplementationRequestOutput concrete) { @@ -29,4 +29,7 @@ public class ServiceImplementationRequestOutputConverter { return concreteBuilder.build(); } + private ServiceImplementationRequestOutputConverter() { + } + }