jdk/src/share/classes/sun/management/snmp/jvminstr/JvmRTClassPathEntryImpl.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 "JvmRTClassPathEntry" group.
    42  * The class is used for implementing the "JvmRTClassPathEntry" group.
    43  */
    43  */
    44 public class JvmRTClassPathEntryImpl implements JvmRTClassPathEntryMBean,
    44 public class JvmRTClassPathEntryImpl implements JvmRTClassPathEntryMBean,
    45                                                 Serializable {
    45                                                 Serializable {
    46 
    46 
       
    47     static final long serialVersionUID = 8524792845083365742L;
    47     private final String item;
    48     private final String item;
    48     private final int index;
    49     private final int index;
    49 
    50 
    50     /**
    51     /**
    51      * Constructor for the "JvmRTClassPathEntry" group.
    52      * Constructor for the "JvmRTClassPathEntry" group.