]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/core/structure/DefaultSRegistry.java
Improve comments
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / structure / DefaultSRegistry.java
index 84814f3077cbe46bdcd8e2b78f805ebb08c1254e..f59fc65b7416d27ab1965e2ca39309f6a47562e1 100644 (file)
@@ -33,11 +33,6 @@ public class DefaultSRegistry implements StructureRegistry {
                                + elements.size() + ")");\r
        }\r
 \r
-       // public void register(StructurePath path,StructureAware structureAware) {\r
-       // register(path,structureAware.getElement());\r
-       // structureAware.onRegister(this,path);\r
-       // }\r
-\r
        public StructureElement getElement(StructurePath path) {\r
                int index = paths.indexOf(path);\r
                if (index >= 0) {\r