warnings fix
All checks were successful
/ Build BaseBand (push) Successful in 3m8s

This commit is contained in:
Daniella / Tove 2024-10-14 12:37:28 +02:00
parent a094b9fbb6
commit eb1931c91c
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -69,7 +69,7 @@ public class WebServiceClient2 extends Thread {
lock.waitHere();
try {
connection = new BufferedReader(new InputStreamReader(new URL("https://downloads.baseband.com.de/listen").openStream()));
} catch (IOException ex) {}
} catch (IOException ignored) {}
}
}
}