/[classpath]/classpath/java/text/NumberFormat.java
ViewVC logotype

Diff of /classpath/java/text/NumberFormat.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mark, Sun Nov 23 10:49:31 2003 UTC revision 1.7 by glavaux, Sun Nov 23 20:25:32 2003 UTC
# Line 458  public abstract class NumberFormat exten Line 458  public abstract class NumberFormat exten
458     * but the actual class returned is dependent on the locale.     * but the actual class returned is dependent on the locale.
459     *     *
460     * @return An instance of an integer number formatter for the default locale.     * @return An instance of an integer number formatter for the default locale.
461       * @since 1.4
462     */     */
463    public static final NumberFormat getIntegerInstance()    public static final NumberFormat getIntegerInstance()
464    {    {
# Line 472  public abstract class NumberFormat exten Line 473  public abstract class NumberFormat exten
473     * @param locale the desired locale.     * @param locale the desired locale.
474     *     *
475     * @return An instance of an integer number formatter for the desired locale.     * @return An instance of an integer number formatter for the desired locale.
476       * @since 1.4
477     */     */
478    public static NumberFormat getIntegerInstance(Locale locale)    public static NumberFormat getIntegerInstance(Locale locale)
479    {    {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26