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();