X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=servicehandler%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Ftransportpce%2Fservicehandler%2Fvalidation%2Fchecks%2FServicehandlerTxRxCheck.java;h=b7a23d93858a0495972cf0b0f55a50cceb9307b0;hb=922e31d0c09ed2f189362381cd19e6c5dc69a949;hp=e55cf5cdc7fe8cb6e7e27de797f0a305c1e3d071;hpb=1666b0e4a2b13f2a2cef13475668edd62fa6c173;p=transportpce.git diff --git a/servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/validation/checks/ServicehandlerTxRxCheck.java b/servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/validation/checks/ServicehandlerTxRxCheck.java index e55cf5cdc..b7a23d938 100644 --- a/servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/validation/checks/ServicehandlerTxRxCheck.java +++ b/servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/validation/checks/ServicehandlerTxRxCheck.java @@ -170,7 +170,7 @@ public final class ServicehandlerTxRxCheck { return new ComplianceCheckResult(result, message); } - public ServicehandlerTxRxCheck() { + private ServicehandlerTxRxCheck() { } }