jdk/src/java.desktop/share/classes/com/sun/media/sound/AudioSynthesizerPropertyInfo.java
changeset 38986 5b96e2b155eb
parent 35667 ed476aba94de
child 40444 afabcfc2f3ef
equal deleted inserted replaced
38985:2c576be3968c 38986:5b96e2b155eb
    30  * @author Karl Helgason
    30  * @author Karl Helgason
    31  */
    31  */
    32 public final class AudioSynthesizerPropertyInfo {
    32 public final class AudioSynthesizerPropertyInfo {
    33 
    33 
    34     /**
    34     /**
    35      * Constructs a {@code AudioSynthesizerPropertyInfo} object with a given
    35      * Constructs an {@code AudioSynthesizerPropertyInfo} object with a given
    36      * name and value. The {@code description} and {@code choices}
    36      * name and value. The {@code description} and {@code choices}
    37      * are initialized by {@code null} values.
    37      * are initialized by {@code null} values.
    38      *
    38      *
    39      * @param name the name of the property
    39      * @param name the name of the property
    40      * @param value the current value or class used for values.
    40      * @param value the current value or class used for values.