/[classpath]/classpath/javax/swing/DefaultListModel.java
ViewVC logotype

Diff of /classpath/javax/swing/DefaultListModel.java

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

revision 1.8.2.2 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.8.2.3 by tromey, Sat Nov 26 05:29:42 2005 UTC
# Line 309  public class DefaultListModel extends Ab Line 309  public class DefaultListModel extends Ab
309     *     *
310     * @return A new enumeration which iterates over the list     * @return A new enumeration which iterates over the list
311     */     */
312    public Enumeration elements()    public Enumeration<?> elements()
313    {    {
314      return elements.elements();      return elements.elements();
315    }    }

Legend:
Removed from v.1.8.2.2  
changed lines
  Added in v.1.8.2.3

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