jruaux 2002/10/30 07:41:51
Modified: Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers
ContainerInfo.java
Log:
Polished the javadoc
Revision Changes Path
1.2 +2 -1
jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ContainerInfo.java
Index: ContainerInfo.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ContainerInfo.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ContainerInfo.java 29 Oct 2002 16:59:49 -0000 1.1
+++ ContainerInfo.java 30 Oct 2002 15:41:51 -0000 1.2
@@ -68,7 +68,8 @@
public class ContainerInfo
{
/**
- *
+ * @return the URL for the web application context under which the
+ * cactus test is running. Example: http://localhost:8080/test.
*/
private URL contextURL;
--
To unsubscribe, e-mail: <mailto:cactus-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:cactus-dev-help@;jakarta.apache.org>