Quellcode durchsuchen

Fixed reference in XML doc.

Gert Driesen vor 11 Jahren
Ursprung
Commit
24fc04934f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Renci.SshClient/Renci.SshNet/NoneAuthenticationMethod.cs

+ 1 - 1
Renci.SshClient/Renci.SshNet/NoneAuthenticationMethod.cs

@@ -24,7 +24,7 @@ namespace Renci.SshNet
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="KeyboardInteractiveConnectionInfo"/> class.
+        /// Initializes a new instance of the <see cref="NoneAuthenticationMethod"/> class.
         /// </summary>
         /// <param name="username">The username.</param>
         /// <exception cref="ArgumentException"><paramref name="username"/> is whitespace or null.</exception>