Fix Sonar issues

This commit is contained in:
Stef Heyenrath
2018-09-06 21:00:33 +02:00
parent 39b1eb8f43
commit 33b96c6af9
2 changed files with 104 additions and 88 deletions

View File

@@ -72,7 +72,7 @@ namespace WireMock.Matchers
switch (input)
{
case JObject valueAsJObject:
value = valueAsJObject; // valueAsJObject.ToObject<object>();
value = valueAsJObject;
break;
default: