src/java.management/share/classes/sun/management/LazyCompositeData.java
changeset 58766 54ffb15c4839
parent 47216 71c04702a3d5
equal deleted inserted replaced
58760:1f7f707c1aa9 58766:54ffb15c4839
     1 /*
     1 /*
     2  * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 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
    44  * the instance serializes itself as the type CompositeDataSupport.
    44  * the instance serializes itself as the type CompositeDataSupport.
    45  */
    45  */
    46 public abstract class LazyCompositeData
    46 public abstract class LazyCompositeData
    47         implements CompositeData, Serializable {
    47         implements CompositeData, Serializable {
    48 
    48 
       
    49     @SuppressWarnings("serial") // Not statically typed as Serializable
    49     private CompositeData compositeData;
    50     private CompositeData compositeData;
    50 
    51 
    51     // Implementation of the CompositeData interface
    52     // Implementation of the CompositeData interface
    52     @Override
    53     @Override
    53     public boolean containsKey(String key) {
    54     public boolean containsKey(String key) {