From eea74156cd013dc5fcdd7aeafbf64e79f8c88930 Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Thu, 5 Mar 2020 20:59:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Server/Remote/FileSystem/RemoteDirectoryEntry.cs | 2 +- ShadowEditor.Server/Remote/FileSystem/RemoteFileEntry.cs | 2 +- ShadowEditor.Server/Remote/FileSystem/RemoteFileSystem.cs | 2 +- .../Remote/FileSystem/RemoteFileSystemProvider.cs | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ShadowEditor.Server/Remote/FileSystem/RemoteDirectoryEntry.cs b/ShadowEditor.Server/Remote/FileSystem/RemoteDirectoryEntry.cs index d96b3a3e..50820823 100644 --- a/ShadowEditor.Server/Remote/FileSystem/RemoteDirectoryEntry.cs +++ b/ShadowEditor.Server/Remote/FileSystem/RemoteDirectoryEntry.cs @@ -14,7 +14,7 @@ namespace ShadowEditor.Server.Remote.FileSystem public class RemoteDirectoryEntry : IUnixDirectoryEntry { /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The file system this entry belongs to /// The to extract the information from diff --git a/ShadowEditor.Server/Remote/FileSystem/RemoteFileEntry.cs b/ShadowEditor.Server/Remote/FileSystem/RemoteFileEntry.cs index 4f4d3b62..9c2de60d 100644 --- a/ShadowEditor.Server/Remote/FileSystem/RemoteFileEntry.cs +++ b/ShadowEditor.Server/Remote/FileSystem/RemoteFileEntry.cs @@ -13,7 +13,7 @@ namespace ShadowEditor.Server.Remote.FileSystem public class RemoteFileEntry : IUnixFileEntry { /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The file system this entry belongs to /// The to extract the information from diff --git a/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystem.cs b/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystem.cs index 3c836bc9..650f6579 100644 --- a/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystem.cs +++ b/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystem.cs @@ -17,7 +17,7 @@ namespace ShadowEditor.Server.Remote.FileSystem private bool _disposedValue; /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The path to use as root /// Allow deletion of non-empty directories? diff --git a/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystemProvider.cs b/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystemProvider.cs index 7b27a759..a39a6c6a 100644 --- a/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystemProvider.cs +++ b/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystemProvider.cs @@ -16,7 +16,7 @@ namespace ShadowEditor.Server.Remote.FileSystem private readonly bool _useUserIdAsSubFolder; /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The root path for all users public RemoteFileSystemProvider(string rootPath) @@ -25,7 +25,7 @@ namespace ShadowEditor.Server.Remote.FileSystem } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The root path for all users /// Use the user id as subfolder?