mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-04 06:42:20 -05:00
Remove unneeded catch section
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2345 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
b210c28b82
commit
bd1c6027dc
@ -134,8 +134,6 @@ public final class DavGateway {
|
||||
messages.add(new BundleMessage("LOG_PROTOCOL_PORT", server.getProtocolName(), server.getPort()));
|
||||
} catch (DavMailException e) {
|
||||
errorMessages.add(e.getBundleMessage());
|
||||
} catch (IOException e) {
|
||||
errorMessages.add(new BundleMessage("LOG_SOCKET_BIND_FAILED", server.getProtocolName(), server.getPort()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user