I hope this is what you want ....

--- BasePortletSet.java 2001/06/06 22:28:58     1.7
+++ BasePortletSet.java 2001/06/08 10:00:31
@@ -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)
         {

-----Message d'origine-----
De : Rapha�l Luta [mailto:[EMAIL PROTECTED]]
Envoy� : vendredi 8 juin 2001 11:54
� : [EMAIL PROTECTED]
Objet : Re: build problem


Christophe MESTRALLET wrote:
> 
> I am using JDK 1.2.2 on windows NT4
> I have made what you told me to in step 3 (replace Constraints reference
to
> PortletSet.Constraints ) and it works !!!
> 

I'll change it in CVS then in order to be more friendly to other compilers,
can you send a diff -u of your changes ?

--
Raphael Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Paris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to