jdk/src/share/classes/sun/management/snmp/jvminstr/JvmMemPoolEntryImpl.java
changeset 25522 10d789df41bb
parent 25186 63e1a2ec30f5
equal deleted inserted replaced
25521:80551dd1d902 25522:10d789df41bb
   428 
   428 
   429     /**
   429     /**
   430      * Getter for the "JvmMemPoolIndex" variable.
   430      * Getter for the "JvmMemPoolIndex" variable.
   431      */
   431      */
   432     public Integer getJvmMemPoolIndex() throws SnmpStatusException {
   432     public Integer getJvmMemPoolIndex() throws SnmpStatusException {
   433         return new Integer(jvmMemPoolIndex);
   433         return jvmMemPoolIndex;
   434     }
   434     }
   435 
   435 
   436 
   436 
   437     /**
   437     /**
   438      * Getter for the "JvmMemPoolState" variable.
   438      * Getter for the "JvmMemPoolState" variable.