jdk/src/share/classes/javax/swing/undo/StateEdit.java
changeset 23697 e556a715949f
parent 5506 202f599c92aa
child 25568 b906a74c6882
equal deleted inserted replaced
23696:7deff68428ef 23697:e556a715949f
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    53  *
    53  *
    54  * @see StateEditable
    54  * @see StateEditable
    55  *
    55  *
    56  * @author Ray Ryan
    56  * @author Ray Ryan
    57  */
    57  */
    58 
    58 @SuppressWarnings("serial") // Same-version serialization only
    59 public class StateEdit
    59 public class StateEdit
    60         extends AbstractUndoableEdit {
    60         extends AbstractUndoableEdit {
    61 
    61 
    62     protected static final String RCSID = "$Id: StateEdit.java,v 1.6 1997/10/01 20:05:51 sandipc Exp $";
    62     protected static final String RCSID = "$Id: StateEdit.java,v 1.6 1997/10/01 20:05:51 sandipc Exp $";
    63 
    63