ref #6190 removing svn property place holder in first line of code - java files
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / src / main / java / eu / etaxonomy / taxeditor / navigation / navigator / Root.java
index 7294a137b6ec2d071fb95cd74ee4cf4f0dad4d75..89f77b53084be0217c7585aed8f25596e9d8c193 100644 (file)
@@ -1,4 +1,3 @@
-// $Id$
 /**
 * Copyright (C) 2007 EDIT
 * European Distributed Institute of Taxonomy
@@ -55,7 +54,9 @@ public class Root extends PlatformObject implements IAdaptable, IPersistableElem
         * @return a {@link java.util.List} object.
         */
        public List<Classification> getParentBeans() {
-               List<String> propertyPaths = Arrays.asList(new String[]{"name"});
+               List<String> propertyPaths = Arrays.asList(new String[]{
+                       "name",
+                       "rootNode.childNodes"});
 
                List<Classification> classifications = CdmStore.getService(IClassificationService.class).list(null, null, null, null, propertyPaths);