You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2004/04/29 05:55:28 UTC

cvs commit: jakarta-struts/contrib/struts-faces/src/example/org/apache/struts/webapp/example RegistrationBacking.java

jmitchell    2004/04/28 20:55:28

  Modified:    contrib/struts-faces/src/example/org/apache/struts/webapp/example
                        RegistrationBacking.java
  Log:
  Clean up unused imports
  
  Revision  Changes    Path
  1.4       +0 -3      jakarta-struts/contrib/struts-faces/src/example/org/apache/struts/webapp/example/RegistrationBacking.java
  
  Index: RegistrationBacking.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/src/example/org/apache/struts/webapp/example/RegistrationBacking.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RegistrationBacking.java	8 Mar 2004 02:49:52 -0000	1.3
  +++ RegistrationBacking.java	29 Apr 2004 03:55:28 -0000	1.4
  @@ -19,12 +19,9 @@
   
   
   import java.io.IOException;
  -
   import javax.faces.FacesException;
   import javax.faces.component.UIData;
  -import javax.faces.context.ExternalContext;
   import javax.faces.context.FacesContext;
  -
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org