src/java.management/share/classes/javax/management/openmbean/CompositeDataSupport.java
changeset 58766 54ffb15c4839
parent 47216 71c04702a3d5
equal deleted inserted replaced
58760:1f7f707c1aa9 58766:54ffb15c4839
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2008, 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
    60     /**
    60     /**
    61      * @serial Internal representation of the mapping of item names to their
    61      * @serial Internal representation of the mapping of item names to their
    62      * respective values.
    62      * respective values.
    63      *         A {@link SortedMap} is used for faster retrieval of elements.
    63      *         A {@link SortedMap} is used for faster retrieval of elements.
    64      */
    64      */
       
    65     @SuppressWarnings("serial") // Conditionally serializable
    65     private final SortedMap<String, Object> contents;
    66     private final SortedMap<String, Object> contents;
    66 
    67 
    67     /**
    68     /**
    68      * @serial The <i>composite type </i> of this <i>composite data</i> instance.
    69      * @serial The <i>composite type </i> of this <i>composite data</i> instance.
    69      */
    70      */