/[classpath]/classpath/javax/swing/undo/StateEditable.java
ViewVC logotype

Diff of /classpath/javax/swing/undo/StateEditable.java

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

revision 1.6.2.1 by gnu_andrew, Tue Aug 2 20:12:39 2005 UTC revision 1.6.2.2 by tromey, Sat Nov 26 05:29:44 2005 UTC
# Line 98  public interface StateEditable Line 98  public interface StateEditable
98     * @param state a hash table containing the relevant state     * @param state a hash table containing the relevant state
99     * information.     * information.
100     */     */
101    void restoreState(Hashtable state);    void restoreState(Hashtable<?, ?> state);
102    
103    
104    /**    /**
# Line 108  public interface StateEditable Line 108  public interface StateEditable
108     * @param state a hash table for storing relevant state     * @param state a hash table for storing relevant state
109     * information.     * information.
110     */     */
111    void storeState(Hashtable state);    void storeState(Hashtable<Object, Object> state);
112  }  }

Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.2

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