dfs 2003/03/15 12:55:29
Modified: src/java/org/apache/oro/text/perl Perl5Util.java
Log:
PR: 18026
Submitted by: [EMAIL PROTECTED]
Fixed typos in documentation.
Revision Changes Path
1.16 +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.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Perl5Util.java 3 Jan 2003 17:18:07 -0000 1.15
+++ Perl5Util.java 15 Mar 2003 20:55:29 -0000 1.16
@@ -149,7 +149,7 @@
* the [EMAIL PROTECTED] org.apache.oro.text.regex.MatchResult MatchResult}
interface.
* The methods are merely wrappers which call the corresponding method of
* the last [EMAIL PROTECTED] org.apache.oro.text.regex.MatchResult MatchResult}
- * found (which can be accessed with [EMAIL PROTECTED] #getMatch()} by a match or
+ * found (which can be accessed with [EMAIL PROTECTED] #getMatch()}) by a match or
* substitution (or even a split, but this isn't particularly useful).
* At the moment, the
* [EMAIL PROTECTED] org.apache.oro.text.regex.MatchResult MatchResult} returned
@@ -1194,7 +1194,7 @@
* char array. This method eliminates the extra
* buffer copying caused by preMatch().toCharArray().
* <p>
- * @return The part of the input following the last match found as a char[].
+ * @return The part of the input preceding the last match found as a char[].
* If the result is of zero length, returns null instead of a zero
* length array.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]