You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@locus.apache.org on 2000/11/23 00:56:50 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/templates Stylesheet.java

sboag       00/11/22 15:56:49

  Modified:    java/src/org/apache/xalan/templates Stylesheet.java
  Log:
  Minor javadoc change.
  
  Revision  Changes    Path
  1.15      +3 -2      xml-xalan/java/src/org/apache/xalan/templates/Stylesheet.java
  
  Index: Stylesheet.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/templates/Stylesheet.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Stylesheet.java	2000/11/17 20:37:11	1.14
  +++ Stylesheet.java	2000/11/22 23:56:49	1.15
  @@ -580,10 +580,11 @@
   
     /**
      * Get an "xsl:decimal-format" property.
  -   * @see ElemDecimalFormat.
  +   * 
  +   * @see DecimalFormatProperties
      * @see <a href="http://www.w3.org/TR/xslt#format-number">format-number in XSLT Specification</a>
      *
  -   * NEEDSDOC @param name
  +   * @param name The qualified name of the decimal format property.
      * @return null if not found, otherwise a DecimalFormatProperties
      * object, from which you can get a DecimalFormatSymbols object.
      */