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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Sep 6 08:31:18 EDT 2006


Author: julien at jboss.com
Date: 2006-09-06 08:31:15 -0400 (Wed, 06 Sep 2006)
New Revision: 5158

Modified:
   trunk/portlet/src/main/org/jboss/portal/portlet/PortletInvoker.java
Log:
just removing unused and commented method declaration in PortletInvoker.

Modified: trunk/portlet/src/main/org/jboss/portal/portlet/PortletInvoker.java
===================================================================
--- trunk/portlet/src/main/org/jboss/portal/portlet/PortletInvoker.java	2006-09-06 11:43:31 UTC (rev 5157)
+++ trunk/portlet/src/main/org/jboss/portal/portlet/PortletInvoker.java	2006-09-06 12:31:15 UTC (rev 5158)
@@ -73,15 +73,6 @@
    /**
     * Destroy a cloned portlet.
     *
-    * @param portletId the clone id
-    * @throws IllegalArgumentException if the portletId is null
-    * @throws UnsupportedOperationException if the invoker does not support this operation
-    */
-   // void destroyClone(String portletId) throws IllegalArgumentException, PortletInvokerException, UnsupportedOperationException;
-
-   /**
-    * Destroy a cloned portlet.
-    *
     * @param portletIds a list of portlet ids to destroy
     * @return a list of portlet ids that were not destroyed during the operation
     * @throws IllegalArgumentException if the portletId is null




More information about the jboss-svn-commits mailing list