]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/structure/tree/TreeSRelated.java
Remove unused DAOs
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / structure / tree / TreeSRelated.java
index f939fbc12cffa7ac9e1851e6b061b9598cad244d..43a145a4ed30d5eed0b0c35a5de4145978f5894a 100644 (file)
@@ -4,8 +4,10 @@ import org.argeo.slc.core.structure.StructureAware;
 import org.argeo.slc.core.structure.StructureElement;\r
 import org.argeo.slc.core.structure.StructureRegistry;\r
 \r
-public interface TreeSRelated extends StructureAware<TreeSPath>{\r
+public interface TreeSRelated extends StructureAware<TreeSPath> {\r
        public TreeSPath getBasePath();\r
+\r
        public StructureRegistry<TreeSPath> getRegistry();\r
+\r
        public StructureElement getStructureElement(String key);\r
 }\r