dfs 02/01/31 17:38:58
Modified: src/java/examples substituteExample.java
Log:
Fixed incorrect comment explaining how to run example. This was reported
by Mike Arms <marms at sandia.gov> along with a correction.
Revision Changes Path
1.5 +2 -2 jakarta-oro/src/java/examples/substituteExample.java
Index: substituteExample.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/substituteExample.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- substituteExample.java 20 May 2001 23:55:15 -0000 1.4
+++ substituteExample.java 1 Feb 2002 01:38:58 -0000 1.5
@@ -56,7 +56,7 @@
*/
/*
- * $Id: substituteExample.java,v 1.4 2001/05/20 23:55:15 dfs Exp $
+ * $Id: substituteExample.java,v 1.5 2002/02/01 01:38:58 dfs Exp $
*/
import org.apache.oro.text.regex.*;
@@ -89,7 +89,7 @@
*
* The following command line shows the substitute limit at work. It
* changed the first four 1's in the input to 4's.
- * java substituteExample '1' '4' '381298175 1111'
+ * java substituteExample "1" "4" "381298175 1111" "4"
*
* The next command line shows how to use interpolations. Suppose we
* want to reverse the coordinates of the first 3 entries in the input
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>