Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-manager-facade-xml / src / main / java / org / opendaylight / controller / config / facade / xml / mapping / attributes / fromxml / AttributeReadingStrategy.java
index 368f3dc5058cdbcfef8246e63d7dcef172ed23dc..eeb538bd5f0050cb3cc4c8bffb223a50b5859efc 100644 (file)
@@ -14,6 +14,6 @@ import org.opendaylight.controller.config.util.xml.XmlElement;
 
 public interface AttributeReadingStrategy {
 
-    public abstract AttributeConfigElement readElement(List<XmlElement> element) throws DocumentedException;
+    AttributeConfigElement readElement(List<XmlElement> element) throws DocumentedException;
 
 }