sdeboy 2003/09/14 19:15:49
Modified: src/java/org/apache/log4j/chainsaw/rule RuleTest.java
Log:
Corrected some comments and added attribution
Revision Changes Path
1.2 +3 -8
jakarta-log4j/src/java/org/apache/log4j/chainsaw/rule/RuleTest.java
Index: RuleTest.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/chainsaw/rule/RuleTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RuleTest.java 15 Sep 2003 02:11:04 -0000 1.1
+++ RuleTest.java 15 Sep 2003 02:15:49 -0000 1.2
@@ -82,7 +82,8 @@
*
* for more information.
*
- *
+ * @author Scott Deboy <[EMAIL PROTECTED]>
+ *
*/
private final Vector data = new Vector();
private final Vector colnames = new Vector();
@@ -218,12 +219,7 @@
/**
* Evaluate a boolean postfix expression.
- * Supports AND (&&) and OR (||). True is represented as a 'T or t', false is any
other character.
- * @author scott
*
- *example: logger
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
class EvaluateBooleanPostFix {
private final Map symbolMap = new HashMap();
@@ -269,8 +265,7 @@
/**
* precedence: !, &, ^, |, &&, ||
- * Convert an infix expression to postfix. Supports parentheses and +, -, *, /
- * @author scott deboy ([EMAIL PROTECTED])
+ * Convert an infix expression to postfix. Supports parentheses, ||, &&, == and ~=
*
*/
public class InFixToPostFix {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]