Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
code style fix - fixing modifies order
  • Loading branch information
marenzo committed Apr 11, 2016
commit 2154655094277f90b4ea7969099b9c6ba38d92d7
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public class JsonArrayFormat extends JacksonAnnotationIntrospector
{
private final static JsonFormat.Value ARRAY_FORMAT = new JsonFormat.Value().withShape(ARRAY);
private static final JsonFormat.Value ARRAY_FORMAT = new JsonFormat.Value().withShape(ARRAY);

@Override
public JsonFormat.Value findFormat(Annotated ann)
Expand Down