[jboss-cvs] jboss-seam/src/pdf/org/jboss/seam/pdf ...

Norman Richards norman.richards at jboss.com
Wed Jan 24 16:55:45 EST 2007


  User: nrichards
  Date: 07/01/24 16:55:45

  Modified:    src/pdf/org/jboss/seam/pdf  DocumentStoreServlet.java
  Log:
  JBSEAM-680: add h:outputText equivalent expression
  
  Revision  Changes    Path
  1.4       +0 -2      jboss-seam/src/pdf/org/jboss/seam/pdf/DocumentStoreServlet.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DocumentStoreServlet.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/pdf/org/jboss/seam/pdf/DocumentStoreServlet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- DocumentStoreServlet.java	24 Jan 2007 17:39:40 -0000	1.3
  +++ DocumentStoreServlet.java	24 Jan 2007 21:55:44 -0000	1.4
  @@ -2,7 +2,6 @@
   
   import java.io.IOException;
   
  -import javax.faces.context.FacesContext;
   import javax.servlet.ServletException;
   import javax.servlet.http.HttpServlet;
   import javax.servlet.http.HttpServletRequest;
  @@ -13,7 +12,6 @@
   public class DocumentStoreServlet 
       extends HttpServlet 
   {
  -
       @Override
       protected void doGet(HttpServletRequest request, HttpServletResponse response) 
           throws ServletException, 
  
  
  



More information about the jboss-cvs-commits mailing list