diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-10 12:04:13 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-10 12:04:13 -0400 |
| commit | 7097b9aa7515fa437012fea82ab6c91db0ec8cda (patch) | |
| tree | 95ccb9841fc3379606222df9ff65f64585e099af /MediaBrowser.Server.Implementations/WorldWeatherOnline | |
| parent | ff1db0a17341345cb5d625b9a44d02981ce131bf (diff) | |
resharper suggestions in server implementations
Diffstat (limited to 'MediaBrowser.Server.Implementations/WorldWeatherOnline')
| -rw-r--r-- | MediaBrowser.Server.Implementations/WorldWeatherOnline/WeatherProvider.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/WorldWeatherOnline/WeatherProvider.cs b/MediaBrowser.Server.Implementations/WorldWeatherOnline/WeatherProvider.cs index 195bfeee3b..9f6ece1757 100644 --- a/MediaBrowser.Server.Implementations/WorldWeatherOnline/WeatherProvider.cs +++ b/MediaBrowser.Server.Implementations/WorldWeatherOnline/WeatherProvider.cs @@ -33,11 +33,12 @@ namespace MediaBrowser.Server.Implementations.WorldWeatherOnline /// The _HTTP client /// </summary> private IHttpClient HttpClient { get; set; } - + /// <summary> /// Initializes a new instance of the <see cref="WeatherProvider" /> class. /// </summary> /// <param name="jsonSerializer">The json serializer.</param> + /// <param name="httpClient">The HTTP client.</param> /// <param name="logger">The logger.</param> /// <exception cref="System.ArgumentNullException">logger</exception> public WeatherProvider(IJsonSerializer jsonSerializer, IHttpClient httpClient, ILogger logger) |
