Merge "Remove use of deprecated Guava methods from testtool"
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / TestToolUtils.java
index 15fd535de8c3d0eadf876935720884f2dbd6bf0b..6e474c5e9f1841eee245c988f8439a28b426748d 100644 (file)
@@ -11,6 +11,9 @@ package org.opendaylight.netconf.test.tool;
 import java.io.InputStream;
 
 public final class TestToolUtils {
+    private TestToolUtils() {
+
+    }
 
     public static String getMac(long mac) {
         final StringBuilder builder = new StringBuilder(Long.toString(mac, 16));