Remove unnecessary @SuppressWarnings("unchecked")

Change-Id: Iaa36d80464504d482783a200e895d12d2c073a6f
This commit is contained in:
Hugo Arès 2014-04-29 08:33:19 -04:00 committed by David Pursehouse
parent 8691f5a835
commit ee0230c540
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ public class SshDaemon extends SshServer implements SshInfo, LifecycleListener {
private volatile IoAcceptor acceptor;
private final Config cfg;
@SuppressWarnings("unchecked")
@Inject
SshDaemon(final CommandFactory commandFactory, final NoShell noShell,
final PublickeyAuthenticator userAuth,