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%2FServiceZEndConverter.java;h=c830b2dda1c7fab045643fff3c0ba26975b3792d;hp=ed76c320c367ea968ebd6d6381f7937d097e456f;hb=ce96a3bb3962f1350f9c7cee6405dcfba88aaaa3;hpb=efa75ab7d361f444d32bf1da93b21382abd2fbe0 diff --git a/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceZEndConverter.java b/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceZEndConverter.java index ed76c320c..c830b2dda 100644 --- a/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceZEndConverter.java +++ b/servicehandler/src/test/java/org/opendaylight/transportpce/servicehandler/mappers/ServiceZEndConverter.java @@ -10,7 +10,7 @@ package org.opendaylight.transportpce.servicehandler.mappers; import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.stubrenderer.rev170426.service.implementation.request.input.ServiceZEnd; import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.stubrenderer.rev170426.service.implementation.request.input.ServiceZEndBuilder; -public class ServiceZEndConverter { +public final class ServiceZEndConverter { public static ServiceZEnd getStub( org.opendaylight.yang.gen.v1.http.org.transportpce.b.c._interface.servicepath.rev170426.service.implementation .request.input.ServiceZEnd concrete) { @@ -40,4 +40,7 @@ public class ServiceZEndConverter { concreteBuilder.setTxDirection(stub.getTxDirection()); return concreteBuilder.build(); } + + private ServiceZEndConverter(){ + } }