You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dm...@apache.org on 2003/01/29 19:15:17 UTC

cvs commit: jakarta-commons/jxpath/src/java/org/apache/commons/jxpath JXPathContext.java

dmitri      2003/01/29 10:15:17

  Modified:    jxpath/src/java/org/apache/commons/jxpath JXPathContext.java
  Log:
  Typo
  
  Revision  Changes    Path
  1.14      +5 -5      jakarta-commons/jxpath/src/java/org/apache/commons/jxpath/JXPathContext.java
  
  Index: JXPathContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/src/java/org/apache/commons/jxpath/JXPathContext.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- JXPathContext.java	25 Jan 2003 01:50:36 -0000	1.13
  +++ JXPathContext.java	29 Jan 2003 18:15:17 -0000	1.14
  @@ -586,7 +586,7 @@
       }
   
       /**
  -     * @see #setDecimalFormat(String, DecimalFormatS)
  +     * @see #setDecimalFormatSymbols(String, DecimalFormatSymbols)
        */
       public DecimalFormatSymbols getDecimalFormatSymbols(String name) {
           if (decimalFormats == null) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org