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:[EMAIL PROTECTED]";>Rapha�l Luta</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to