You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ja...@apache.org on 2009/11/28 00:38:43 UTC

svn commit: r885050 - /incubator/jspwiki/trunk/src/java/org/apache/wiki/api/WikiPage.java

Author: jalkanen
Date: Fri Nov 27 23:38:40 2009
New Revision: 885050

URL: http://svn.apache.org/viewvc?rev=885050&view=rev
Log:
Clarified getVersion() javadoc.

Modified:
    incubator/jspwiki/trunk/src/java/org/apache/wiki/api/WikiPage.java

Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/api/WikiPage.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/api/WikiPage.java?rev=885050&r1=885049&r2=885050&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/api/WikiPage.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/api/WikiPage.java Fri Nov 27 23:38:40 2009
@@ -121,7 +121,8 @@
     /**
      *  Returns the version that this WikiPage instance represents.
      *  
-     *  @return the version number of this page.
+     *  @return the version number of this page. Return zero, if the wikipage
+     *  is not yet saved and the version cannot be determined.
      */
     public int getVersion();