2
0
Fork 0

added interface override annotations.

This commit is contained in:
Willem Cazander 2014-08-24 12:22:32 +02:00
parent fc4c568b18
commit 5bbd8e4ef3
189 changed files with 1458 additions and 319 deletions

View file

@ -41,6 +41,7 @@ public class SchemaAutoEntryElementConfigurator extends AbstractElementConfigura
/**
* @see org.x4o.xml.element.AbstractElementConfigurator#doConfigEndTag(org.x4o.xml.element.Element)
*/
@Override
public void doConfigElement(Element element) throws ElementConfiguratorException {
if (element.getElementObject()==null) {