[portal-commits] JBoss Portal SVN: r5894 - trunk/portlet/src/main/org/jboss/portal/portlet

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Mon Dec 18 14:06:45 EST 2006


Author: chris.laprun at jboss.com
Date: 2006-12-18 14:06:44 -0500 (Mon, 18 Dec 2006)
New Revision: 5894

Modified:
   trunk/portlet/src/main/org/jboss/portal/portlet/PortletInvoker.java
Log:
Fixed incorrect javadoc.

Modified: trunk/portlet/src/main/org/jboss/portal/portlet/PortletInvoker.java
===================================================================
--- trunk/portlet/src/main/org/jboss/portal/portlet/PortletInvoker.java	2006-12-18 19:06:20 UTC (rev 5893)
+++ trunk/portlet/src/main/org/jboss/portal/portlet/PortletInvoker.java	2006-12-18 19:06:44 UTC (rev 5894)
@@ -74,7 +74,8 @@
     * Destroy a cloned portlet.
     *
     * @param portletContexts a list of portlet contexts to destroy
-    * @return a list of portlet ids that were not destroyed during the operation
+    * @return a list of {@link org.jboss.portal.portlet.state.DestroyCloneFailure}, one per clone that couldn't be
+    *         destroyed
     * @throws IllegalArgumentException      if the portletId is null
     * @throws UnsupportedOperationException if the invoker does not support this operation
     */




More information about the portal-commits mailing list