jdk/src/share/classes/javax/management/openmbean/OpenMBeanParameterInfoSupport.java
changeset 1510 e747d3193ef2
parent 2 90ce3da70b43
child 1639 a97859015238
equal deleted inserted replaced
1509:89e3d8869c94 1510:e747d3193ef2
    72     private Set<?> legalValues     = null;  // to be constructed unmodifiable
    72     private Set<?> legalValues     = null;  // to be constructed unmodifiable
    73 
    73 
    74     /**
    74     /**
    75      * @serial The open mbean parameter's min value
    75      * @serial The open mbean parameter's min value
    76      */
    76      */
    77     private Comparable minValue        = null;
    77     private Comparable<?> minValue        = null;
    78 
    78 
    79     /**
    79     /**
    80      * @serial The open mbean parameter's max value
    80      * @serial The open mbean parameter's max value
    81      */
    81      */
    82     private Comparable maxValue        = null;
    82     private Comparable<?> maxValue        = null;
    83 
    83 
    84 
    84 
    85     // As this instance is immutable, these two values need only
    85     // As this instance is immutable, these two values need only
    86     // be calculated once.
    86     // be calculated once.
    87     private transient Integer myHashCode = null;        // As this instance is immutable, these two values
    87     private transient Integer myHashCode = null;        // As this instance is immutable, these two values