There was an error while loading. Please reload this page.
1 parent 863bc78 commit 2154655Copy full SHA for 2154655
msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/JsonArrayFormat.java
@@ -15,7 +15,7 @@
15
*/
16
public class JsonArrayFormat extends JacksonAnnotationIntrospector
17
{
18
- private final static JsonFormat.Value ARRAY_FORMAT = new JsonFormat.Value().withShape(ARRAY);
+ private static final JsonFormat.Value ARRAY_FORMAT = new JsonFormat.Value().withShape(ARRAY);
19
20
@Override
21
public JsonFormat.Value findFormat(Annotated ann)
0 commit comments