You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2010/02/11 16:43:44 UTC

svn commit: r909029 - /incubator/clerezza/issues/CLEREZZA-103/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/AbstractDiscobitsHandler.java

Author: reto
Date: Thu Feb 11 15:43:41 2010
New Revision: 909029

URL: http://svn.apache.org/viewvc?rev=909029&view=rev
Log:
CLEREZZA-103: docu fix

Modified:
    incubator/clerezza/issues/CLEREZZA-103/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/AbstractDiscobitsHandler.java

Modified: incubator/clerezza/issues/CLEREZZA-103/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/AbstractDiscobitsHandler.java
URL: http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-103/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/AbstractDiscobitsHandler.java?rev=909029&r1=909028&r2=909029&view=diff
==============================================================================
--- incubator/clerezza/issues/CLEREZZA-103/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/AbstractDiscobitsHandler.java (original)
+++ incubator/clerezza/issues/CLEREZZA-103/org.apache.clerezza.platform.content/src/main/java/org/apache/clerezza/platform/content/AbstractDiscobitsHandler.java Thu Feb 11 15:43:41 2010
@@ -64,7 +64,8 @@
 
 	/**
 	 * Returns the hierarchy service used to manage hierachy in the content
-	 * graph
+	 * graph, or null if no hierarchy service is used
+	 * 
 	 * @return the hierarchy service
 	 */
 	protected abstract HierarchyService getHierarchyService();