Update of /var/cvs/src/org/mmbase/util/transformers
In directory james.mmbase.org:/tmp/cvs-serv7476/src/org/mmbase/util/transformers
Modified Files:
ChunkedTransformer.java
Log Message:
explain e bit better what replaceFirst and replaceFirstAll are for (if I
understood it right, anyway)
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util/transformers
Index: ChunkedTransformer.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/transformers/ChunkedTransformer.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- ChunkedTransformer.java 18 Mar 2008 15:10:53 -0000 1.13
+++ ChunkedTransformer.java 18 Mar 2008 16:13:41 -0000 1.14
@@ -56,11 +56,11 @@
/**
- * If this is added to the config-int, then only the first match should be
used.
+ * If this is added to the config-int, then only the first match of any
one pattern should be used.
*/
public final static int REPLACE_FIRST = 100;
/**
- * If this is added to the config-int, then only the first match should be
used.
+ * If this is added to the config-int, then only the first match of all
patterns should be used.
*/
public final static int REPLACE_FIRST_ALL = 200;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs