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%2FServiceImplementationRequestInputConverter.java;h=985cb64c93c902b45cffaa52194dc33418a475ae;hp=cea7a31c4e05512368b318d127bd5a4a3812c773;hb=ce96a3bb3962f1350f9c7cee6405dcfba88aaaa3;hpb=efa75ab7d361f444d32bf1da93b21382abd2fbe0 diff --git a/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceImplementationRequestInputConverter.java b/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceImplementationRequestInputConverter.java index cea7a31c4..985cb64c9 100644 --- a/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceImplementationRequestInputConverter.java +++ b/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceImplementationRequestInputConverter.java @@ -10,7 +10,7 @@ package org.opendaylight.transportpce.servicehandler.mappers; import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.stubrenderer.rev170426.ServiceImplementationRequestInput; import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.stubrenderer.rev170426.ServiceImplementationRequestInputBuilder; -public class ServiceImplementationRequestInputConverter { +public final class ServiceImplementationRequestInputConverter { public static ServiceImplementationRequestInput getStub(org.opendaylight.yang.gen.v1.http.org.transportpce .b.c._interface.servicepath.rev170426.ServiceImplementationRequestInput concrete) { @@ -37,4 +37,7 @@ public class ServiceImplementationRequestInputConverter { return concreteBuilder.build(); } + private ServiceImplementationRequestInputConverter() { + } + }