You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by df...@apache.org on 2001/12/08 04:15:25 UTC

cvs commit: jakarta-oro/src/java/org/apache/oro/text/perl Perl5Util.java

dfs         01/12/07 19:15:25

  Modified:    src/java/org/apache/oro/text/perl Perl5Util.java
  Log:
  Added missing parenthesis in javadoc example.
  Submitted by:	Takashi Okamoto
  
  Revision  Changes    Path
  1.10      +2 -2      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Perl5Util.java	2001/07/11 05:33:33	1.9
  +++ Perl5Util.java	2001/12/08 03:15:25	1.10
  @@ -58,7 +58,7 @@
    */
   
   /*
  - * $Id: Perl5Util.java,v 1.9 2001/07/11 05:33:33 dfs Exp $
  + * $Id: Perl5Util.java,v 1.10 2001/12/08 03:15:25 dfs Exp $
    */
   import java.util.*;
   import org.apache.oro.text.regex.*;
  @@ -114,7 +114,7 @@
    * while((line = input.readLine()) != null) {
    *     // First find the line with the string we want to substitute because
    *     // it is cheaper than blindly substituting each line.
  - *     if(util.match("/HREF=\"description1.html\"/") {
  + *     if(util.match("/HREF=\"description1.html\"/")) {
    *        line = util.substitute("s/description1\\.html/about1.html/", line);
    *     }
    *    output.println(line);
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>