billbarker 2002/06/01 22:30:31 Modified: src/share/org/apache/tomcat/util/hooks Hooks.java Log: Increase the number of hooks, so that we can continue to support custom hooks. Revision Changes Path 1.8 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/util/hooks/Hooks.java Index: Hooks.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/util/hooks/Hooks.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Hooks.java 3 Aug 2001 02:52:38 -0000 1.7 +++ Hooks.java 2 Jun 2002 05:30:31 -0000 1.8 @@ -85,7 +85,7 @@ * implementation */ public class Hooks { - public static final int INITIAL_HOOKS=20; + public static final int INITIAL_HOOKS=24; int hookCount; String hookNames[]; Vector hooksV[];
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>