Remove unused InterruptedException from stop() method.

koppelting
Bertrik Sikken 2017-08-15 20:18:40 +02:00
rodzic de96da17b6
commit 5c906241fe
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -67,9 +67,8 @@ public final class HabitatUploader {
/**
* Stops the uploader process.
* @throws InterruptedException in case of a termination problem
*/
public void stop() throws InterruptedException {
public void stop() {
LOG.info("Stopping habitat uploader");
executor.shutdown();
LOG.info("Stopped habitat uploader");