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 ra...@apache.org on 2001/06/08 12:06:54 UTC

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal BasePortletSet.java

raphael     01/06/08 03:06:53

  Modified:    src/java/org/apache/jetspeed/portal BasePortletSet.java
  Log:
  Patch for enabling compilation under JDK1.2/NT4
  
  Revision  Changes    Path
  1.8       +3 -3      jakarta-jetspeed/src/java/org/apache/jetspeed/portal/BasePortletSet.java
  
  Index: BasePortletSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/BasePortletSet.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- BasePortletSet.java	2001/06/06 22:28:58	1.7
  +++ BasePortletSet.java	2001/06/08 10:06:47	1.8
  @@ -81,7 +81,7 @@
    *
    * @author <a href="mailto:raphael@apache.org">Rapha�l Luta</a>
    * @author <a href="mailto:burton@apache.org">Kevin A. Burton</a>
  - * @version $Id: BasePortletSet.java,v 1.7 2001/06/06 22:28:58 raphael Exp $
  + * @version $Id: BasePortletSet.java,v 1.8 2001/06/08 10:06:47 raphael Exp $
    */
   public class BasePortletSet implements PortletSet, Portlet, PortletState
   {
  @@ -217,7 +217,7 @@
       /**
       Add a portlet to this set.It updates its config to modify the current set
       */
  -    public void addPortlet(Portlet portlet, Constraints constraints)
  +    public void addPortlet(Portlet portlet, PortletSet.Constraints constraints)
       {
           addPortlet(portlet,constraints,-1);
       }
  @@ -225,7 +225,7 @@
       /**
       Add a portlet to this set.It updates its config to modify the current set
       */
  -    public void addPortlet(Portlet portlet, Constraints constraints, int position)
  +    public void addPortlet(Portlet portlet, PortletSet.Constraints constraints, int position)
       {
           synchronized (portlets)
           {
  
  
  

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