aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Configuration/IConfigurationManager.cs
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-06-04 11:56:41 +0300
committerGitHub <noreply@github.com>2020-06-04 11:56:41 +0300
commit21505377d5af7e83bf8386831be78441be3e1b9a (patch)
tree78c7583e01bcb9f60874fbb13d01449e6637126a /MediaBrowser.Common/Configuration/IConfigurationManager.cs
parent22527729448b2f85d85058752f3a6dfb29d2e2ca (diff)
parentaf7edfc22057462bf06c7770929965b8b57da07d (diff)
Merge pull request #3236 from Bond-009/common
Enable StyleCop for MediaBrowser.Common
Diffstat (limited to 'MediaBrowser.Common/Configuration/IConfigurationManager.cs')
-rw-r--r--MediaBrowser.Common/Configuration/IConfigurationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Configuration/IConfigurationManager.cs b/MediaBrowser.Common/Configuration/IConfigurationManager.cs
index caf2edd83..fe726090d 100644
--- a/MediaBrowser.Common/Configuration/IConfigurationManager.cs
+++ b/MediaBrowser.Common/Configuration/IConfigurationManager.cs
@@ -24,7 +24,7 @@ namespace MediaBrowser.Common.Configuration
event EventHandler<ConfigurationUpdateEventArgs> NamedConfigurationUpdated;
/// <summary>
- /// Gets or sets the application paths.
+ /// Gets the application paths.
/// </summary>
/// <value>The application paths.</value>
IApplicationPaths CommonApplicationPaths { get; }