Adjust to odlparent 3 Checkstyle settings
[genius.git] / itm / itm-impl / src / test / java / org / opendaylight / genius / itm / tests / OvsdbTestUtil.java
index 19a2b15bf6d411a80a6a473939275610614ccb72..53cbe7dfca11128d9f8858d6f9a793a2fc46bfc0 100644 (file)
@@ -39,7 +39,9 @@ import org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.
 
 import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
 
-public class OvsdbTestUtil {
+public final class OvsdbTestUtil {
+    private OvsdbTestUtil() { }
+
     /* methods */
     public static ConnectionInfo  getConnectionInfo(int port, String strIpAddress) {
         IpAddress ipAddress = new IpAddress(new Ipv4Address(strIpAddress));