jdk/src/share/classes/javax/swing/undo/AbstractUndoableEdit.java
changeset 23697 e556a715949f
parent 5506 202f599c92aa
equal deleted inserted replaced
23696:7deff68428ef 23697:e556a715949f
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2006, 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
    33  * implementing simple responses to all boolean methods in
    33  * implementing simple responses to all boolean methods in
    34  * that interface.
    34  * that interface.
    35  *
    35  *
    36  * @author Ray Ryan
    36  * @author Ray Ryan
    37  */
    37  */
       
    38 @SuppressWarnings("serial") // Same-version serialization only
    38 public class AbstractUndoableEdit implements UndoableEdit, Serializable {
    39 public class AbstractUndoableEdit implements UndoableEdit, Serializable {
    39 
    40 
    40     /**
    41     /**
    41      * String returned by <code>getUndoPresentationName</code>;
    42      * String returned by <code>getUndoPresentationName</code>;
    42      * as of Java 2 platform v1.3.1 this field is no longer used. This value
    43      * as of Java 2 platform v1.3.1 this field is no longer used. This value