فهرست منبع

Remove partial modifier.

drieseng 9 سال پیش
والد
کامیت
6ae759b692
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs

+ 1 - 1
src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs

@@ -11,7 +11,7 @@ namespace Renci.SshNet
     /// <summary>
     /// Provides functionality to perform keyboard interactive authentication.
     /// </summary>
-    public partial class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod, IDisposable
+    public class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod, IDisposable
     {
         private AuthenticationResult _authenticationResult = AuthenticationResult.Failure;