yoavs 2004/05/26 09:38:44 Modified: modules/cluster/src/share/org/apache/catalina/cluster/tcp SimpleTcpCluster.java Log: Minor JavaDoc fixes (Bugzilla 28335) Revision Changes Path 1.39 +1 -3 jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java Index: SimpleTcpCluster.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- SimpleTcpCluster.java 8 Apr 2004 15:30:11 -0000 1.38 +++ SimpleTcpCluster.java 26 May 2004 16:38:44 -0000 1.39 @@ -579,8 +579,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) { log.debug("\n\n\n\nCluster Install called for context:"+contextPath+"\n\n\n\n");
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]