From ea5a440131bf0889dacfae0d198e9d9c2559ecf7 Mon Sep 17 00:00:00 2001 From: Adrian Stanislawski Date: Thu, 27 Feb 2020 11:36:39 +0100 Subject: [PATCH] Fixed few summary comment tags --- src/Renci.SshNet/NetConfClient.cs | 10 +++++----- src/Renci.SshNet/ScpClient.cs | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Renci.SshNet/NetConfClient.cs b/src/Renci.SshNet/NetConfClient.cs index d2d4a8af..b1877c60 100644 --- a/src/Renci.SshNet/NetConfClient.cs +++ b/src/Renci.SshNet/NetConfClient.cs @@ -54,7 +54,7 @@ namespace Renci.SshNet #region Constructors /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The connection info. /// is null. @@ -64,7 +64,7 @@ namespace Renci.SshNet } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// Connection host. /// Connection port. @@ -80,7 +80,7 @@ namespace Renci.SshNet } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// Connection host. /// Authentication username. @@ -93,7 +93,7 @@ namespace Renci.SshNet } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// Connection host. /// Connection port. @@ -109,7 +109,7 @@ namespace Renci.SshNet } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// Connection host. /// Authentication username. diff --git a/src/Renci.SshNet/ScpClient.cs b/src/Renci.SshNet/ScpClient.cs index a30107e2..8a252cac 100644 --- a/src/Renci.SshNet/ScpClient.cs +++ b/src/Renci.SshNet/ScpClient.cs @@ -93,7 +93,7 @@ namespace Renci.SshNet #region Constructors /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The connection info. /// is null. @@ -103,7 +103,7 @@ namespace Renci.SshNet } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// Connection host. /// Connection port. @@ -119,7 +119,7 @@ namespace Renci.SshNet } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// Connection host. /// Authentication username. @@ -132,7 +132,7 @@ namespace Renci.SshNet } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// Connection host. /// Connection port. @@ -148,7 +148,7 @@ namespace Renci.SshNet } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// Connection host. /// Authentication username.