dfs 02/02/19 08:16:12
Modified: . CONTRIBUTORS
src/java/org/apache/oro/text/perl Perl5Util.java
Log:
Some documentation fixes.
Revision Changes Path
1.6 +2 -2 jakarta-oro/CONTRIBUTORS
Index: CONTRIBUTORS
===================================================================
RCS file: /home/cvs/jakarta-oro/CONTRIBUTORS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- CONTRIBUTORS 19 Feb 2002 04:54:29 -0000 1.5
+++ CONTRIBUTORS 19 Feb 2002 16:16:12 -0000 1.6
@@ -1,4 +1,4 @@
-$Id: CONTRIBUTORS,v 1.5 2002/02/19 04:54:29 dfs Exp $
+$Id: CONTRIBUTORS,v 1.6 2002/02/19 16:16:12 dfs Exp $
Daniel Savarese <dfs at savarese.org> is the original author of the
OROMatcher, PerlTools, AwkTools, and TextTools packages that became
@@ -15,5 +15,5 @@
improvements to Perl5Substitution as well as adding support for
\UuLlE and escaping of $.
-Michael Davey <michael.davey at sun.com> fixed some documentation and
+Michael Davey <michael.davey at coderage.org> fixed some documentation and
added a missing int substitute(...) method to Perl5Util.
1.12 +3 -3 jakarta-oro/src/java/org/apache/oro/text/perl/Perl5Util.java
Index: Perl5Util.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/perl/Perl5Util.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Perl5Util.java 19 Feb 2002 04:54:29 -0000 1.11
+++ Perl5Util.java 19 Feb 2002 16:16:12 -0000 1.12
@@ -58,7 +58,7 @@
*/
/*
- * $Id: Perl5Util.java,v 1.11 2002/02/19 04:54:29 dfs Exp $
+ * $Id: Perl5Util.java,v 1.12 2002/02/19 16:16:12 dfs Exp $
*/
import java.util.*;
@@ -436,7 +436,7 @@
* is advanced to the end of the match, so you can use it to repeatedly
* search for expressions in the entire input using a while loop as
* explained in the {@link org.apache.oro.text.regex.PatternMatcherInput
- * PatternMatcherIinput} documentation.
+ * PatternMatcherInput} documentation.
* <p>
* @param pattern The pattern to search for.
* @param input The PatternMatcherInput to search.
@@ -712,7 +712,7 @@
* perl.substitute(buffer, expression, input);
* result = buffer.toString();
* </pre></blockquote>
- * </ddD>
+ * </dd>
* </dl>
* @param expression The Perl5 substitution regular expression.
* @param input The input on which to perform substitutions.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>