Adjust to odlparent 3 Checkstyle settings
[genius.git] / mdsalutil / mdsalutil-api / src / main / java / org / opendaylight / genius / utils / hwvtep / HwvtepUtils.java
index cecf74f2d01d11138b3c9f0950d0c40ffeacaaf1..5d8993a1f73c00139f90e5841bacd99378f1c6c1 100644 (file)
@@ -46,6 +46,8 @@ import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
  */
 public final class HwvtepUtils {
 
+    private HwvtepUtils() { }
+
     // TODO: (eperefr) Move this to HwvtepSouthboundUtils when in place.
     public static InstanceIdentifier<LocalUcastMacs> getWildCardPathForLocalUcastMacs() {
         return InstanceIdentifier.create(NetworkTopology.class).child(Topology.class).child(Node.class)