src/java.management/share/classes/javax/management/loading/PrivateMLet.java
changeset 58766 54ffb15c4839
parent 47216 71c04702a3d5
equal deleted inserted replaced
58760:1f7f707c1aa9 58766:54ffb15c4839
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 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
    36  * ClassLoaderRepository}.  This is true because this class implements
    36  * ClassLoaderRepository}.  This is true because this class implements
    37  * the interface {@link PrivateClassLoader}.
    37  * the interface {@link PrivateClassLoader}.
    38  *
    38  *
    39  * @since 1.5
    39  * @since 1.5
    40  */
    40  */
       
    41 @SuppressWarnings("serial") // Externalizable class w/o no-arg c'tor
    41 public class PrivateMLet extends MLet implements PrivateClassLoader {
    42 public class PrivateMLet extends MLet implements PrivateClassLoader {
    42     private static final long serialVersionUID = 2503458973393711979L;
    43     private static final long serialVersionUID = 2503458973393711979L;
    43 
    44 
    44     /**
    45     /**
    45       * Constructs a new PrivateMLet for the specified URLs using the
    46       * Constructs a new PrivateMLet for the specified URLs using the