< prev index next >

src/java.desktop/share/classes/javax/sound/midi/MetaMessage.java

Print this page

        

@@ -57,11 +57,11 @@
      * files. It has the same value as SYSTEM_RESET, which is used in the
      * real-time "MIDI wire" protocol.
      *
      * @see MidiMessage#getStatus
      */
-    public static final int META                                                = 0xFF; // 255
+    public static final int META = 0xFF; // 255
 
     /**
      * The length of the actual message in the data array. This is used to
      * determine how many bytes of the data array is the message, and how many
      * are the status byte, the type byte, and the variable-length-int
< prev index next >