src/java.management/share/classes/java/lang/management/MemoryType.java
changeset 51181 01b8120f867a
parent 47216 71c04702a3d5
equal deleted inserted replaced
51180:b7eb9cc56277 51181:01b8120f867a
    66      * @return the string representation of this {@code MemoryType}.
    66      * @return the string representation of this {@code MemoryType}.
    67      */
    67      */
    68     public String toString() {
    68     public String toString() {
    69         return description;
    69         return description;
    70     }
    70     }
    71 
       
    72     private static final long serialVersionUID = 6992337162326171013L;
       
    73 }
    71 }