Skip to content

Commit 7cb4776

Browse files
committedSep 23, 2024
Trivial
1 parent cf672ba commit 7cb4776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎jaxrs/src/main/java/org/jsonx/JxObjectProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public boolean isWriteable(final Class<?> type, final Type genericType, final An
116116
}
117117

118118
@Override
119-
@SuppressWarnings({"rawtypes", "resource", "unchecked"})
119+
@SuppressWarnings({"rawtypes", "unchecked"})
120120
public Object readFrom(final Class<Object> type, final Type genericType, final Annotation[] annotations, final MediaType mediaType, final MultivaluedMap<String,String> httpHeaders, final InputStream entityStream) throws IOException {
121121
try {
122122
if (JxObject.class.isAssignableFrom(type))

0 commit comments

Comments
 (0)
Failed to load comments.