jdk/src/java.desktop/share/classes/javax/sound/midi/MidiDevice.java
changeset 32871 f013b86386e6
parent 26037 508779ce6619
child 40444 afabcfc2f3ef
equal deleted inserted replaced
32870:b73c8ff78c80 32871:f013b86386e6
   333         }
   333         }
   334 
   334 
   335         /**
   335         /**
   336          * Obtains the version of the device.
   336          * Obtains the version of the device.
   337          *
   337          *
   338          * @return textual version information for the device.
   338          * @return textual version information for the device
   339          */
   339          */
   340         public final String getVersion() {
   340         public final String getVersion() {
   341             return version;
   341             return version;
   342         }
   342         }
   343 
   343