Author: ajaquith
Date: Wed Aug 6 20:24:43 2008
New Revision: 683489
URL: http://svn.apache.org/viewvc?rev=683489&view=rev
Log:
Javadoc tweak.
Modified:
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/WikiEngine.java
Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/WikiEngine.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/WikiEngine.java?rev=683489&r1=683488&r2=683489&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/WikiEngine.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/WikiEngine.java Wed Aug 6
20:24:43 2008
@@ -2229,6 +2229,9 @@
}
/**
+ * Returns the RSSGenerator. If the property
<code>jspwiki.rss.generate</code>
+ * has not been set to <code>true</code>, this method will return
<code>null</code>,
+ * <em>and callers should check for this value.</em>
* @since 2.1.165
* @return the RSS generator
*/