jdk/src/share/classes/sun/management/snmp/jvminstr/JvmRTBootClassPathEntryImpl.java
changeset 11530 a9d059c15b80
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
11529:e08d565262ce 11530:a9d059c15b80
    42  * The class is used for implementing the "JvmRTBootClassPathEntry" group.
    42  * The class is used for implementing the "JvmRTBootClassPathEntry" group.
    43  */
    43  */
    44 public class JvmRTBootClassPathEntryImpl
    44 public class JvmRTBootClassPathEntryImpl
    45     implements JvmRTBootClassPathEntryMBean, Serializable {
    45     implements JvmRTBootClassPathEntryMBean, Serializable {
    46 
    46 
       
    47     static final long serialVersionUID = -2282652055235913013L;
       
    48 
    47     private final String item;
    49     private final String item;
    48     private final int index;
    50     private final int index;
    49 
    51 
    50     /**
    52     /**
    51      * Constructor for the "JvmRTBootClassPathEntry" group.
    53      * Constructor for the "JvmRTBootClassPathEntry" group.