dgraham     2003/07/26 11:45:24

  Modified:    src/share/org/apache/struts/util RequestUtils.java
  Log:
  Removed bad imports.
  
  Revision  Changes    Path
  1.123     +4 -6      
jakarta-struts/src/share/org/apache/struts/util/RequestUtils.java
  
  Index: RequestUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/util/RequestUtils.java,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- RequestUtils.java 26 Jul 2003 18:44:54 -0000      1.122
  +++ RequestUtils.java 26 Jul 2003 18:45:24 -0000      1.123
  @@ -84,7 +84,6 @@
   
   import org.apache.commons.beanutils.BeanUtils;
   import org.apache.commons.beanutils.DynaBean;
  -import org.apache.commons.beanutils.PropertyUtils;
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   import org.apache.struts.Globals;
  @@ -103,7 +102,6 @@
   import org.apache.struts.config.ForwardConfig;
   import org.apache.struts.config.ModuleConfig;
   import org.apache.struts.taglib.TagUtils;
  -import org.apache.struts.taglib.html.Constants;
   import org.apache.struts.upload.MultipartRequestHandler;
   import org.apache.struts.upload.MultipartRequestWrapper;
   
  
  
  

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

Reply via email to