Remove TODO

This commit is contained in:
Tobias Eidelpes 2020-11-16 17:26:49 +01:00
parent 439bea7cb1
commit fafb4272f8

View File

@ -83,7 +83,6 @@ public class MailboxServer implements IMailboxServer, Runnable {
@Command
@Override
public void shutdown() {
// TODO shutdown DMAPListener
try {
if (dmtpServerSocket != null)
dmtpServerSocket.close();