add missing Override annotations

This commit is contained in:
Ingmar Goudt 2019-07-14 20:28:48 +02:00
parent 3fa2deaa64
commit 5ba206111a
15 changed files with 40 additions and 9 deletions

View file

@ -119,6 +119,8 @@ public class MusicPlayer {
}
@Override
public void run() {
try {
TimeUnit.MILLISECONDS.sleep(100);
@ -146,6 +148,8 @@ public class MusicPlayer {
final byte[] tempBuffer = new byte[320];
@Override
public void run() {
try {
sourceDataLine.flush();