diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-10 11:45:15 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-10 11:45:15 -0400 |
| commit | d8263c70574c6cb27329e270aebe3ba231f5e9ce (patch) | |
| tree | 2f5f49ccce26fb92634a3cf838b362d18acb16eb /MediaBrowser.Common.Implementations/BaseApplicationHost.cs | |
| parent | 7806ccd42f0535f077ab80228e16965d2172dc8a (diff) | |
resharper suggestions in common implementations
Diffstat (limited to 'MediaBrowser.Common.Implementations/BaseApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/BaseApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs index 6be6826f4..4578da827 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs @@ -149,7 +149,7 @@ namespace MediaBrowser.Common.Implementations protected IConfigurationManager ConfigurationManager { get; private set; } /// <summary> - /// Initializes a new instance of the <see cref="BaseApplicationHost" /> class. + /// Initializes a new instance of the <see cref="BaseApplicationHost{TApplicationPathsType}"/> class. /// </summary> protected BaseApplicationHost() { |
