dfs         2003/02/26 08:59:57

  Modified:    src/java/org/apache/oro/text/regex Util.java
  Log:
  Fixed @since tag based on information in CHANGES file for 2.0.6 release.
  
  Revision  Changes    Path
  1.12      +2 -2      jakarta-oro/src/java/org/apache/oro/text/regex/Util.java
  
  Index: Util.java
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Util.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Util.java 20 Nov 2002 21:31:03 -0000      1.11
  +++ Util.java 26 Feb 2003 16:59:57 -0000      1.12
  @@ -404,7 +404,7 @@
      *                substituted.  If you want to substitute all occurences
      *                set this parameter to <b> SUBSTITUTE_ALL </b>.
      * @return The number of substitutions made.
  -   * @since 2.0.5
  +   * @since 2.0.6
      */
     public static int substitute(StringBuffer result,
                               PatternMatcher matcher, Pattern pattern,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to