File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
prompt-registry/src/main/java/com/sap/ai/sdk/prompt/registry Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ public DefaultApi api() {
4848
4949 @ Nonnull
5050 private static ApiClient addMixin (@ Nonnull final AiCoreService service ) {
51- var destination = service .getBaseDestination ();
52- var httpRequestFactory = new HttpComponentsClientHttpRequestFactory ();
51+ final var destination = service .getBaseDestination ();
52+ final var httpRequestFactory = new HttpComponentsClientHttpRequestFactory ();
5353 httpRequestFactory .setHttpClient (ApacheHttpClient5Accessor .getHttpClient (destination ));
5454
55- var rt = new RestTemplate ();
55+ final var rt = new RestTemplate ();
5656 Iterables .filter (rt .getMessageConverters (), MappingJackson2HttpMessageConverter .class )
5757 .forEach (
5858 converter ->
You can’t perform that action at this time.
0 commit comments