You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/02/07 11:28:06 UTC

svn commit: r375566 - /lenya/trunk/src/java/org/apache/lenya/cms/repo/Site.java

Author: andreas
Date: Tue Feb  7 02:28:05 2006
New Revision: 375566

URL: http://svn.apache.org/viewcvs?rev=375566&view=rev
Log:
[minor change] added docs that site node path must be absolute

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/repo/Site.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/repo/Site.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/repo/Site.java?rev=375566&r1=375565&r2=375566&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/repo/Site.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/repo/Site.java Tue Feb  7 02:28:05 2006
@@ -49,7 +49,7 @@
     SiteNode getChild(String name) throws RepositoryException;
 
     /**
-     * @param path The path of the node.
+     * @param path The absolute path of the node, starting with a slash.
      * @return A site node.
      * @throws RepositoryException if the node does not exist.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org