jdk/src/java.desktop/share/classes/com/sun/media/sound/MidiOutDeviceProvider.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 40444 afabcfc2f3ef
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    40     private static Info[] infos = null;
    40     private static Info[] infos = null;
    41 
    41 
    42     /** Cache of open MIDI output devices on the system. */
    42     /** Cache of open MIDI output devices on the system. */
    43     private static MidiDevice[] devices = null;
    43     private static MidiDevice[] devices = null;
    44 
    44 
    45     private final static boolean enabled;
    45     private static final boolean enabled;
    46 
    46 
    47     // STATIC
    47     // STATIC
    48 
    48 
    49     static {
    49     static {
    50         // initialize
    50         // initialize