Skip to content

Commit c1f6895

Browse files
committed
style fixes
1 parent 10186f7 commit c1f6895

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/main/java/com/mindee/http/MindeeHttpApi.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@
4141
*/
4242
public final class MindeeHttpApi extends MindeeApi {
4343

44-
private static final ObjectMapper mapper = JsonMapper.builder()
45-
.findAndAddModules()
46-
.build();
44+
private static final ObjectMapper mapper = JsonMapper.builder().findAndAddModules().build();
4745
private final Function<Endpoint, String> buildProductPredicBasetUrl = this::buildProductPredictBaseUrl;
4846
private final Function<String, String> buildWorkflowPredictBaseUrl = this::buildWorkflowPredictBaseUrl;
4947
private final Function<String, String> buildWorkflowExecutionBaseUrl = this::buildWorkflowExecutionUrl;

src/main/java/com/mindee/http/MindeeHttpApiV2.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
*/
3535
public final class MindeeHttpApiV2 extends MindeeApiV2 {
3636

37-
private static final ObjectMapper mapper = JsonMapper.builder()
38-
.findAndAddModules()
39-
.build();
37+
private static final ObjectMapper mapper = JsonMapper.builder().findAndAddModules().build();
4038

4139
/**
4240
* The MindeeSetting needed to make the api call.

0 commit comments

Comments
 (0)