X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=blobdiff_plain;f=servicehandler%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Ftransportpce%2Fservicehandler%2Fvalidation%2Fchecks%2FServicehandlerCompliancyCheck.java;h=72995e6ba474c716161461b19b152edc4212af08;hp=70c0df79825baf04d663b7e14179c77f688c083b;hb=ce96a3bb3962f1350f9c7cee6405dcfba88aaaa3;hpb=efa75ab7d361f444d32bf1da93b21382abd2fbe0 diff --git a/servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/validation/checks/ServicehandlerCompliancyCheck.java b/servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/validation/checks/ServicehandlerCompliancyCheck.java index 70c0df798..72995e6ba 100644 --- a/servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/validation/checks/ServicehandlerCompliancyCheck.java +++ b/servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/validation/checks/ServicehandlerCompliancyCheck.java @@ -17,7 +17,7 @@ import org.slf4j.LoggerFactory; * Class for checking service sdnc-request-header compliancy. * */ -public class ServicehandlerCompliancyCheck { +public final class ServicehandlerCompliancyCheck { private static final Logger LOG = LoggerFactory.getLogger(ServicehandlerCompliancyCheck.class); @@ -82,4 +82,7 @@ public class ServicehandlerCompliancyCheck { return new ComplianceCheckResult(result, message); } + public ServicehandlerCompliancyCheck() { + } + }