Posted to developer's group, per instructions.  This patch is attached
to the bug, as well.

Blake Meike



--- DigesterRuleParser.java.orig        Mon Jan  3 13:16:10 2005
+++ DigesterRuleParser.java     Mon Jan  3 13:16:25 2005
@@ -578,7 +578,7 @@
                 
                 } else {
 
-                    callParamRule = new CallParamRule( paramIndex,
Boolean.valueOf(fromStack).booleanValue());
+                    callParamRule = new CallParamRule( paramIndex,
Integer.parseInt(fromStack));
                     
                 }
             } else {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to