zongaro 2003/02/04 08:19:23
Modified: java/samples/CompiledServlet Tag: XSLTC_DTM
CompileServlet.java
Log:
Changed imports to import minimal number of classes and interfaces.
Revision Changes Path
No revision
No revision
1.3.2.2 +8 -9
xml-xalan/java/samples/CompiledServlet/CompileServlet.java
Index: CompileServlet.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/samples/CompiledServlet/CompileServlet.java,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- CompileServlet.java 27 Jan 2003 19:43:38 -0000 1.3.2.1
+++ CompileServlet.java 4 Feb 2003 16:19:23 -0000 1.3.2.2
@@ -60,18 +60,17 @@
*
*/
-package org.apache.xalan.xsltc.demo.servlet;
+import java.io.IOException;
+import java.io.PrintWriter;
-import java.io.*;
-import java.text.*;
-import java.util.*;
import java.net.URL;
-import javax.servlet.*;
-import javax.servlet.http.*;
+import javax.servlet.ServletException;
+import javax.servlet.http.HttpServlet;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
-import org.apache.xalan.xsltc.compiler.*;
-import org.apache.xalan.xsltc.compiler.util.*;
+import org.apache.xalan.xsltc.compiler.XSLTC;
public class CompileServlet extends HttpServlet {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]