vmassol 2002/11/22 14:30:04
Modified: framework/src/java/share/org/apache/cactus ServletURL.java
Log:
Fixed first javadoc sentence.
Revision Changes Path
1.7 +3 -3
jakarta-cactus/framework/src/java/share/org/apache/cactus/ServletURL.java
Index: ServletURL.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/ServletURL.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ServletURL.java 28 Aug 2002 21:00:52 -0000 1.6
+++ ServletURL.java 22 Nov 2002 22:30:03 -0000 1.7
@@ -63,8 +63,8 @@
import org.apache.commons.logging.LogFactory;
/**
- * Simulate an HTTP URL by breaking it into its different parts :<br>
- * <code><pre><b>
+ * Simulate an HTTP URL by breaking it into its different parts.
+ * <br><code><pre><b>
* URL = "http://" + serverName (including port) + requestURI ? queryString<br>
* requestURI = contextPath + servletPath + pathInfo
* </b></pre></code>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>