src/java.prefs/share/classes/java/util/prefs/NodeChangeEvent.java
changeset 58363 cf7c6f013d6d
parent 47216 71c04702a3d5
child 58456 9759972b4f1c
equal deleted inserted replaced
58362:628c12967b02 58363:cf7c6f013d6d
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2019, 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
    47     /**
    47     /**
    48      * The node that was added or removed.
    48      * The node that was added or removed.
    49      *
    49      *
    50      * @serial
    50      * @serial
    51      */
    51      */
    52     private Preferences child;
    52     private transient Preferences child;
    53 
    53 
    54     /**
    54     /**
    55      * Constructs a new {@code NodeChangeEvent} instance.
    55      * Constructs a new {@code NodeChangeEvent} instance.
    56      *
    56      *
    57      * @param parent  The parent of the node that was added or removed.
    57      * @param parent  The parent of the node that was added or removed.