You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2008/10/24 01:38:46 UTC

svn commit: r707507 - /portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindow.java

Author: ate
Date: Thu Oct 23 16:38:45 2008
New Revision: 707507

URL: http://svn.apache.org/viewvc?rev=707507&view=rev
Log:
Removing inadvertently imported Pluto PortletWindowID

Modified:
    portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindow.java

Modified: portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindow.java
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindow.java?rev=707507&r1=707506&r2=707507&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindow.java (original)
+++ portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindow.java Thu Oct 23 16:38:45 2008
@@ -22,15 +22,13 @@
 import javax.portlet.PortletMode;
 import javax.portlet.WindowState;
 
-import org.apache.pluto.PortletWindowID;
-
 /**
  * @version $Id$
  *
  */
 public interface PortletWindow extends org.apache.pluto.PortletWindow, Serializable
 {
-    public PortletWindowID getId();
+    PortletWindowID getId();
     void setId(String id);
     PortletEntity getPortletEntity();
     void setPortletEntity(PortletEntity entity);



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org