[jboss-cvs] jboss-portal/portlet/src/main/org/jboss/portal/portlet/support/spi ...

Julien Viet julien at jboss.com
Sun Jul 30 20:20:51 EDT 2006


  User: julien  
  Date: 06/07/30 20:20:51

  Modified:    portlet/src/main/org/jboss/portal/portlet/support/spi 
                        ActionContextSupport.java
  Log:
  move the Parameters class to org.jboss.portal.portlet package
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-portal/portlet/src/main/org/jboss/portal/portlet/support/spi/ActionContextSupport.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ActionContextSupport.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/support/spi/ActionContextSupport.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ActionContextSupport.java	7 Jun 2006 17:17:13 -0000	1.1
  +++ ActionContextSupport.java	31 Jul 2006 00:20:51 -0000	1.2
  @@ -23,7 +23,7 @@
   
   import org.jboss.portal.portlet.spi.ActionContext;
   import org.jboss.portal.portlet.StateString;
  -import org.jboss.portal.server.util.Parameters;
  +import org.jboss.portal.portlet.Parameters;
   
   import java.io.BufferedReader;
   import java.io.IOException;
  @@ -31,7 +31,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class ActionContextSupport extends InvocationContextSupport implements ActionContext
   {
  
  
  



More information about the jboss-cvs-commits mailing list