jdk/src/share/classes/javax/naming/Binding.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    46   */
    46   */
    47 
    47 
    48 public class Binding extends NameClassPair {
    48 public class Binding extends NameClassPair {
    49     /**
    49     /**
    50      * Contains this binding's object.
    50      * Contains this binding's object.
    51      * It is initialized by the constuctor and can be updated using
    51      * It is initialized by the constructor and can be updated using
    52      * <tt>setObject</tt>.
    52      * <tt>setObject</tt>.
    53      * @serial
    53      * @serial
    54      * @see #getObject
    54      * @see #getObject
    55      * @see #setObject
    55      * @see #setObject
    56      */
    56      */