Skip to content

Commit a77c134

Browse files
committed
fix reviewed issues
1 parent abee9c3 commit a77c134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/it/aboutbits/springboot/testing/web/response/ResponseBodyMatchers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import static org.assertj.core.api.Assertions.fail;
1717

1818
public final class ResponseBodyMatchers {
19-
private final static JsonMapper jsonMapper = new JsonMapper();
19+
private static final JsonMapper jsonMapper = new JsonMapper();
2020
private final String jsonPath;
2121

2222
private String[] fieldNamesToIgnore = new String[0];

0 commit comments

Comments
 (0)