Add PlainTextWriter interface

This commit is contained in:
AsamK 2021-08-09 19:02:24 +02:00
parent 641dc7577c
commit 15e8029715
16 changed files with 69 additions and 66 deletions

View file

@ -32,7 +32,6 @@ public class UnregisterCommand implements LocalCommand {
m.unregister();
}
} catch (IOException e) {
e.printStackTrace();
throw new IOErrorException("Unregister error: " + e.getMessage());
}
}