mvdb 2003/01/18 09:37:20
Modified: betwixt/src/java/org/apache/commons/betwixt/digester Tag:
BETWIXT_1_0_ALPHA_1_RELEASE_BRANCH HideRule.java
Log:
Also merging change in the branch (thought I did in the first place..)
Revision Changes Path
No revision
No revision
1.4.2.1 +8 -8
jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/HideRule.java
Index: HideRule.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/HideRule.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- HideRule.java 7 Jan 2003 22:32:57 -0000 1.4
+++ HideRule.java 18 Jan 2003 17:37:20 -0000 1.4.2.1
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -69,7 +69,7 @@
import org.xml.sax.SAXException;
/** <p><code>HideRule</code> hides the property of the given name.</p>
- *
+ *
* @author <a href="mailto:[EMAIL PROTECTED]">James Strachan</a>
* @version $Revision$
*/
@@ -95,7 +95,7 @@
String name = attributes.getValue( "property" );
if ( name == null || name.length() == 0 ) {
throw new SAXException(
- "<ignore> element is missing the mandatory attribute 'property'" );
+ "<hide> element is missing the mandatory attribute 'property'" );
}
Set propertySet = getProcessedPropertyNameSet();
propertySet.add( name );
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>