Remove constructor
Change-Id: Ie2c29a92a2fd7c546e314a610a2e8c2506f18511
This commit is contained in:
@@ -26,6 +26,8 @@ import android.util.Log;
|
||||
public final class MidiUtils {
|
||||
private static final String TAG = "MidiUtils";
|
||||
|
||||
private MidiUtils() { }
|
||||
|
||||
/**
|
||||
* Returns data size of a MIDI message based on the message's command byte
|
||||
* @param b the message command byte
|
||||
|
||||
Reference in New Issue
Block a user