Merge "Quick fix RPCs and DevicCtx.close"
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / translator / MultipartReplyTableFeaturesToTableUpdatedTranslator.java
index 7aabcb258901f69d6693472495bde4c3e0019c1d..820cc73efc487ffbc11ec1df01f49eb34cbc6492 100644 (file)
@@ -4,9 +4,8 @@
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributor: hema.gopalkrishnan@ericsson.com
  */
+
 package org.opendaylight.openflowplugin.openflow.md.core.translator;
 
 import java.math.BigInteger;
@@ -34,7 +33,7 @@ import org.slf4j.LoggerFactory;
 public class MultipartReplyTableFeaturesToTableUpdatedTranslator implements
                IMDMessageTranslator<OfHeader, List<DataObject>> {
 
-       protected static final Logger LOG = LoggerFactory
+    private static final Logger LOG = LoggerFactory
             .getLogger(MultipartReplyTableFeaturesToTableUpdatedTranslator.class);
 
        @Override