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 2003/07/27 08:35:48 UTC

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

jmitchell    2003/07/26 23:35:48

  Modified:    contrib/struts-faces/src/example/org/apache/struts/webapp/example
                        CheckLogonTag.java
  Log:
  Remove bad imports
  
  Revision  Changes    Path
  1.2       +4 -9      jakarta-struts/contrib/struts-faces/src/example/org/apache/struts/webapp/example/CheckLogonTag.java
  
  Index: CheckLogonTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/src/example/org/apache/struts/webapp/example/CheckLogonTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CheckLogonTag.java	7 Mar 2003 03:22:42 -0000	1.1
  +++ CheckLogonTag.java	27 Jul 2003 06:35:48 -0000	1.2
  @@ -63,14 +63,9 @@
   package org.apache.struts.webapp.example;
   
   
  -import java.io.IOException;
   import javax.servlet.http.HttpSession;
   import javax.servlet.jsp.JspException;
  -import javax.servlet.jsp.JspWriter;
  -import javax.servlet.jsp.PageContext;
   import javax.servlet.jsp.tagext.TagSupport;
  -import org.apache.struts.action.Action;
  -import org.apache.struts.util.MessageResources;
   
   
   /**
  
  
  

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