File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/main/java/com/mindee/http Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 4141 */
4242public 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 ;
Original file line number Diff line number Diff line change 3434 */
3535public 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.
You can’t perform that action at this time.
0 commit comments