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 2008/03/24 18:23:23 UTC

svn commit: r640472 - /lenya/trunk/src/java/org/apache/lenya/cms/publication/Publication.java

Author: andreas
Date: Mon Mar 24 10:23:21 2008
New Revision: 640472

URL: http://svn.apache.org/viewvc?rev=640472&view=rev
Log:
Added hint about null return value for non-template publications.

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/publication/Publication.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/publication/Publication.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/java/org/apache/lenya/cms/publication/Publication.java?rev=640472&r1=640471&r2=640472&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/publication/Publication.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/publication/Publication.java Mon Mar 24 10:23:21 2008
@@ -230,7 +230,8 @@
     Proxy getProxy(String area, boolean isSslProtected);
 
     /**
-     * @return The template of the publication.
+     * @return The ID of the template of the publication or <code>null</code> if the
+     * publication has no template.
      */
     String getTemplateId();
 



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