Remove unnecessary @SuppressWarnings("unchecked")
Change-Id: Iaa36d80464504d482783a200e895d12d2c073a6f
This commit is contained in:

committed by
David Pursehouse

parent
8691f5a835
commit
ee0230c540
@@ -155,7 +155,6 @@ public class SshDaemon extends SshServer implements SshInfo, LifecycleListener {
|
|||||||
private volatile IoAcceptor acceptor;
|
private volatile IoAcceptor acceptor;
|
||||||
private final Config cfg;
|
private final Config cfg;
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
@Inject
|
@Inject
|
||||||
SshDaemon(final CommandFactory commandFactory, final NoShell noShell,
|
SshDaemon(final CommandFactory commandFactory, final NoShell noShell,
|
||||||
final PublickeyAuthenticator userAuth,
|
final PublickeyAuthenticator userAuth,
|
||||||
|
Reference in New Issue
Block a user