src/java.naming/share/classes/javax/naming/Binding.java
changeset 58531 9b40d05c9f66
parent 47216 71c04702a3d5
equal deleted inserted replaced
58530:865c889ce351 58531:9b40d05c9f66
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 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
    52      * {@code setObject}.
    52      * {@code setObject}.
    53      * @serial
    53      * @serial
    54      * @see #getObject
    54      * @see #getObject
    55      * @see #setObject
    55      * @see #setObject
    56      */
    56      */
       
    57     @SuppressWarnings("serial") // Not statically typed as Serializable
    57     private Object boundObj;
    58     private Object boundObj;
    58 
    59 
    59     /**
    60     /**
    60       * Constructs an instance of a Binding given its name and object.
    61       * Constructs an instance of a Binding given its name and object.
    61       *<p>
    62       *<p>