src/share/classes/com/sun/media/sound/AudioSynthesizerPropertyInfo.java

Print this page

        

*** 66,76 **** public Object value = null; /** * The <code>valueClass</code> field specifies class * used in <code>value</code> field. */ ! public Class valueClass = null; /** * An array of possible values if the value for the field * <code>AudioSynthesizerPropertyInfo.value</code> may be selected * from a particular set of values; otherwise null. */ --- 66,76 ---- public Object value = null; /** * The <code>valueClass</code> field specifies class * used in <code>value</code> field. */ ! public Class<?> valueClass = null; /** * An array of possible values if the value for the field * <code>AudioSynthesizerPropertyInfo.value</code> may be selected * from a particular set of values; otherwise null. */