OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / libraries / liblldp / src / main / java / org / opendaylight / openflowplugin / libraries / liblldp / NetUtils.java
index 1425f0b7b385b8240dc96c54bfe71b1ed549c7d0..1aa1163f8faca52fa50600ffb90cecf1d7fc6602 100644 (file)
@@ -22,7 +22,7 @@ import org.slf4j.LoggerFactory;
  * Utility class containing the common utility functions needed for operating on networking data structures.
  */
 public abstract class NetUtils {
-    protected static final Logger LOG = LoggerFactory.getLogger(NetUtils.class);
+    private static final Logger LOG = LoggerFactory.getLogger(NetUtils.class);
 
     /**
      * Constant holding the number of bits in a byte.