Processed comments.

This commit is contained in:
Taloth Saldono
2014-11-19 20:02:44 +01:00
parent 102acae972
commit 2345984bda
6 changed files with 7 additions and 18 deletions
@@ -11,7 +11,7 @@ namespace NzbDrone.Common.Http
public String Method { get; private set; }
public List<Object> Parameters { get; private set; }
public JsonRpcRequestBuilder(String baseUri, String method, Object[] parameters)
public JsonRpcRequestBuilder(String baseUri, String method, IEnumerable<Object> parameters)
: base (baseUri)
{
Method = method;