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

Diff of /classpath/java/text/Collator.java

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

revision 1.11.2.3 by gnu_andrew, Tue Aug 2 20:12:26 2005 UTC revision 1.11.2.4 by tromey, Fri Nov 25 22:30:45 2005 UTC
# Line 72  import java.util.ResourceBundle; Line 72  import java.util.ResourceBundle;
72   * API docs for JDK 1.2 from http://www.javasoft.com.   * API docs for JDK 1.2 from http://www.javasoft.com.
73   * Status: Mostly complete, but parts stubbed out.  Look for FIXME.   * Status: Mostly complete, but parts stubbed out.  Look for FIXME.
74   */   */
75  public abstract class Collator implements Comparator, Cloneable  public abstract class Collator implements Comparator<Object>, Cloneable
76  {  {
77    /**    /**
78     * This constant is a strength value which indicates that only primary     * This constant is a strength value which indicates that only primary

Legend:
Removed from v.1.11.2.3  
changed lines
  Added in v.1.11.2.4

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