vmassol 2002/11/22 14:08:35
Modified: framework/src/java/share/org/apache/cactus/server
ServletImplicitObjects.java
Log:
Fix javadoc issue: sentences must not contain dots ("."). JDK 1.4 javadoc has a nice
-breakiterator to handle this. However, it won't work in 1.2 or 1.3.
Revision Changes Path
1.4 +2 -2
jakarta-cactus/framework/src/java/share/org/apache/cactus/server/ServletImplicitObjects.java
Index: ServletImplicitObjects.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/server/ServletImplicitObjects.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ServletImplicitObjects.java 28 Aug 2002 19:53:53 -0000 1.3
+++ ServletImplicitObjects.java 22 Nov 2002 22:08:35 -0000 1.4
@@ -60,7 +60,7 @@
/**
* Holder class that contains the instances of the implicit objects that will
- * be accessible in the test classes (i.e. subclasses of
+ * be accessible in the test classes (ie subclasses of
* <code>ServletTestCase</code>).
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>