forked from External/mage
add missing Override annotations
This commit is contained in:
parent
3fa2deaa64
commit
5ba206111a
15 changed files with 40 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue