Polish diamond usage
This commit is contained in:
committed by
Josh Cummings
parent
9cb81f8ad5
commit
ffed4ea1dc
@@ -34,7 +34,7 @@ abstract class JsonNodeUtils {
|
||||
static final TypeReference<Set<String>> STRING_SET = new TypeReference<>() {
|
||||
};
|
||||
|
||||
static final TypeReference<Map<String, Object>> STRING_OBJECT_MAP = new TypeReference<Map<String, Object>>() {
|
||||
static final TypeReference<Map<String, Object>> STRING_OBJECT_MAP = new TypeReference<>() {
|
||||
};
|
||||
|
||||
static String findStringValue(JsonNode jsonNode, String fieldName) {
|
||||
|
||||
Reference in New Issue
Block a user