Decouple config and netconf subsystems.
[controller.git] / opendaylight / config / config-util / src / main / java / org / opendaylight / controller / config / util / BeanReader.java
index 3a96fc0ba35f752e28ee464d3db49157584c6e13..09bb7fc24f969700544ba55596793f02773425e9 100644 (file)
@@ -10,9 +10,6 @@ package org.opendaylight.controller.config.util;
 
 import javax.management.ObjectName;
 
-/**
- * Created by mmarsale on 20.2.2015.
- */
 public interface BeanReader {
     Object getAttributeCurrentValue(ObjectName on, String attributeName);
 }