From 6ae759b692dbf96561484a126a30ae1d19ad3a59 Mon Sep 17 00:00:00 2001 From: drieseng Date: Tue, 5 Apr 2016 18:08:44 +0200 Subject: [PATCH] Remove partial modifier. --- src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs b/src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs index 0a18524a..de21309d 100644 --- a/src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs +++ b/src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs @@ -11,7 +11,7 @@ namespace Renci.SshNet /// /// Provides functionality to perform keyboard interactive authentication. /// - public partial class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod, IDisposable + public class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod, IDisposable { private AuthenticationResult _authenticationResult = AuthenticationResult.Failure;