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

Diff of /classpath/java/text/ChoiceFormat.java

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

revision 1.9 by mkoch, Sat Apr 17 18:37:47 2004 UTC revision 1.9.2.1 by gnu_andrew, Sat Jan 15 17:02:15 2005 UTC
# Line 1  Line 1 
1  /* ChoiceFormat.java -- Format over a range of numbers  /* ChoiceFormat.java -- Format over a range of numbers
2     Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
3       Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 440  public class ChoiceFormat extends Number Line 441  public class ChoiceFormat extends Number
441      this.choiceLimits = (double[]) choiceLimits.clone();      this.choiceLimits = (double[]) choiceLimits.clone();
442    }    }
443    
444    private final void quoteString (StringBuffer dest, String text)    private void quoteString (StringBuffer dest, String text)
445    {    {
446      int max = text.length();      int max = text.length();
447      for (int i = 0; i < max; ++i)      for (int i = 0; i < max; ++i)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1

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