This commit is contained in:
Oleg Zhurakousky
2020-05-27 14:51:51 +02:00
parent e085c2d0be
commit d6bfac3684
3 changed files with 14 additions and 26 deletions

View File

@@ -71,9 +71,6 @@ public abstract class JsonMapper {
}
result = ((String) value).getBytes(StandardCharsets.UTF_8);
}
else {
logger.warn("Object does not represent a valid JSON. Object is: " + value);
}
return result;
}