src/java.management/share/classes/javax/management/openmbean/TabularDataSupport.java
changeset 58766 54ffb15c4839
parent 52427 3c6aa484536c
equal deleted inserted replaced
58760:1f7f707c1aa9 58766:54ffb15c4839
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2018, 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
    84 
    84 
    85     /**
    85     /**
    86      * @serial This tabular data instance's contents: a {@link HashMap}
    86      * @serial This tabular data instance's contents: a {@link HashMap}
    87      */
    87      */
    88     // field cannot be final because of clone method
    88     // field cannot be final because of clone method
       
    89     @SuppressWarnings("serial") // Conditionally serializable
    89     private Map<Object,CompositeData> dataMap;
    90     private Map<Object,CompositeData> dataMap;
    90 
    91 
    91     /**
    92     /**
    92      * @serial This tabular data instance's tabular type
    93      * @serial This tabular data instance's tabular type
    93      */
    94      */