[jboss-cvs] jboss-portal/core/src/main/org/jboss/portal/core/command ...

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


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

  Modified:    core/src/main/org/jboss/portal/core/command 
                        InvokeWindowActionCommand.java
  Log:
  move the Parameters class to org.jboss.portal.portlet package
  
  Revision  Changes    Path
  1.62      +2 -2      jboss-portal/core/src/main/org/jboss/portal/core/command/InvokeWindowActionCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InvokeWindowActionCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/main/org/jboss/portal/core/command/InvokeWindowActionCommand.java,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -b -r1.61 -r1.62
  --- InvokeWindowActionCommand.java	9 Jul 2006 12:04:14 -0000	1.61
  +++ InvokeWindowActionCommand.java	31 Jul 2006 00:20:50 -0000	1.62
  @@ -38,13 +38,13 @@
   import org.jboss.portal.portlet.result.Result;
   import org.jboss.portal.server.ServerInvocation;
   import org.jboss.portal.server.request.URLContext;
  -import org.jboss.portal.server.util.Parameters;
  +import org.jboss.portal.portlet.Parameters;
   
   import java.io.IOException;
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.61 $
  + * @version $Revision: 1.62 $
    */
   public class InvokeWindowActionCommand extends InvokeWindowCommand
   {
  
  
  



More information about the jboss-cvs-commits mailing list