Remove constructor

Change-Id: Ie2c29a92a2fd7c546e314a610a2e8c2506f18511
This commit is contained in:
Glenn Kasten
2014-12-10 15:37:05 -08:00
parent d64d68d9c1
commit 4fe8ff3166

View File

@@ -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