yoavs 2004/05/26 08:24:59
Modified: catalina/src/share/org/apache/catalina Cluster.java
Log:
Minor JavaDoc fixes (Bugzilla 11212)
Revision Changes Path
1.7 +1 -3
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/Cluster.java
Index: Cluster.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/Cluster.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Cluster.java 27 Feb 2004 14:58:38 -0000 1.6
+++ Cluster.java 26 May 2004 15:24:59 -0000 1.7
@@ -155,8 +155,6 @@
* is malformed (it must be "" or start with a slash)
* @exception IllegalStateException if the specified context path
* is already attached to an existing web application
- * @exception IOException if an input/output error was encountered
- * during installation
*/
public void installContext(String contextPath, URL war);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]