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/30 20:43:26 UTC

svn commit: r885563 - /incubator/jspwiki/trunk/src/java/org/apache/wiki/event/ContentEvent.java

Author: jalkanen
Date: Mon Nov 30 19:43:26 2009
New Revision: 885563

URL: http://svn.apache.org/viewvc?rev=885563&view=rev
Log:
Added a FIXME note.

Modified:
    incubator/jspwiki/trunk/src/java/org/apache/wiki/event/ContentEvent.java

Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/event/ContentEvent.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/event/ContentEvent.java?rev=885563&r1=885562&r2=885563&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/event/ContentEvent.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/event/ContentEvent.java Mon Nov 30 19:43:26 2009
@@ -26,6 +26,7 @@
  * Events fired by {@link org.apache.wiki.content.ContentManager} when nodes are
  * created, saved or deleted.
  */
+// FIXME: The parameters expected by the different events need to be documented.
 public class ContentEvent extends WikiPageEvent
 {
     private static final long serialVersionUID = -6577147048708900469L;