dug 2002/10/07 04:09:12
Modified: java/src/org/apache/axis/transport/http
SimpleAxisServer.java
Log:
Update comment.
Revision Changes Path
1.76 +1 -1
xml-axis/java/src/org/apache/axis/transport/http/SimpleAxisServer.java
Index: SimpleAxisServer.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/src/org/apache/axis/transport/http/SimpleAxisServer.java,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- SimpleAxisServer.java 3 Oct 2002 11:26:19 -0000 1.75
+++ SimpleAxisServer.java 7 Oct 2002 11:09:11 -0000 1.76
@@ -71,7 +71,7 @@
import java.util.Hashtable;
/**
- * This is a single threaded implementation of an HTTP server for processing
+ * This is a simple implementation of an HTTP server for processing
* SOAP requests via Apache's xml-axis. This is not intended for production
* use. Its intended uses are for demos, debugging, and performance
* profiling.