Author: julien(a)jboss.com
Date: 2008-02-27 18:27:11 -0500 (Wed, 27 Feb 2008)
New Revision: 10142
Modified:
modules/portlet/trunk/controller/src/main/java/org/jboss/portal/portlet/controller/response/PortletResponse.java
Log:
update javadoc
Modified:
modules/portlet/trunk/controller/src/main/java/org/jboss/portal/portlet/controller/response/PortletResponse.java
===================================================================
---
modules/portlet/trunk/controller/src/main/java/org/jboss/portal/portlet/controller/response/PortletResponse.java 2008-02-27
23:06:44 UTC (rev 10141)
+++
modules/portlet/trunk/controller/src/main/java/org/jboss/portal/portlet/controller/response/PortletResponse.java 2008-02-27
23:27:11 UTC (rev 10142)
@@ -34,13 +34,13 @@
/** The event distribution was properly done. */
public static final int DISTRIBUTION_DONE = 0;
- /** The event distribution lead to a cycle. */
+ /** The event distribution was interruped by the event controller context. */
public static final int INTERRUPTED = 1;
- /** The event distribution did flood. */
+ /** The event distribution did flood with produced events. */
public static final int PRODUCED_EVENT_FLOODED = 2;
- /** The event distribution did flood. */
+ /** The event distribution did flood with consumed events. */
public static final int CONSUMED_EVENT_FLOODED = 3;
/** . */
Show replies by date