[jboss-cvs] jboss-portal/portlet/src/main/org/jboss/portal/portlet/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/spi 
                        ActionContext.java
  Log:
  move the Parameters class to org.jboss.portal.portlet package
  
  Revision  Changes    Path
  1.8       +2 -2      jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi/ActionContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ActionContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi/ActionContext.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- ActionContext.java	7 May 2006 13:57:07 -0000	1.7
  +++ ActionContext.java	31 Jul 2006 00:20:51 -0000	1.8
  @@ -22,7 +22,7 @@
   package org.jboss.portal.portlet.spi;
   
   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;
  @@ -32,7 +32,7 @@
    * Abstract how the container access the input parameters of the request.
    *
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    */
   public interface ActionContext extends InvocationContext
   {
  
  
  



More information about the jboss-cvs-commits mailing list