Skip to content

Commit 2154655

Browse files
committed
code style fix - fixing modifies order
1 parent 863bc78 commit 2154655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/JsonArrayFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
public class JsonArrayFormat extends JacksonAnnotationIntrospector
1717
{
18-
private final static JsonFormat.Value ARRAY_FORMAT = new JsonFormat.Value().withShape(ARRAY);
18+
private static final JsonFormat.Value ARRAY_FORMAT = new JsonFormat.Value().withShape(ARRAY);
1919

2020
@Override
2121
public JsonFormat.Value findFormat(Annotated ann)

0 commit comments

Comments
 (0)