Bump to odlparent-3.0.2 and yangtools-2.0.0
[bgpcep.git] / pcep / testtool / src / test / java / org / opendaylight / protocol / pcep / testtool / PCCMock.java
index 473df47e1cd85f45994700f6190f7d1c70887bcb..8bec65ec20403f2a60f82aff06c5cc1817bcd39a 100644 (file)
@@ -23,7 +23,11 @@ import org.opendaylight.protocol.pcep.pcc.mock.protocol.PCCDispatcherImpl;
 import org.opendaylight.protocol.pcep.spi.pojo.ServiceLoaderPCEPExtensionProviderContext;
 import org.opendaylight.protocol.util.InetSocketAddressUtil;
 
-public class PCCMock {
+public final class PCCMock {
+
+    private PCCMock() {
+        throw new UnsupportedOperationException();
+    }
 
     public static void main(final String[] args) throws InterruptedException, ExecutionException {
         Preconditions.checkArgument(args.length > 0, "Host and port of server must be provided.");