/[classpath]/classpath/java/awt/event/KeyEvent.java
ViewVC logotype

Diff of /classpath/java/awt/event/KeyEvent.java

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

revision 1.13 by mark, Sat Jul 2 20:32:28 2005 UTC revision 1.14 by fitzsim, Mon Sep 12 03:46:42 2005 UTC
# Line 1735  public class KeyEvent extends InputEvent Line 1735  public class KeyEvent extends InputEvent
1735      throws IOException, ClassNotFoundException      throws IOException, ClassNotFoundException
1736    {    {
1737      s.defaultReadObject();      s.defaultReadObject();
1738      modifiers = EventModifier.extend(modifiers);      modifiersEx = EventModifier.extend(modifiers) & EventModifier.NEW_MASK;
1739    }    }
1740  } // class KeyEvent  } // class KeyEvent

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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