Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 805293b

Browse files
committed
code formatting
1 parent 1555b63 commit 805293b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • codex-process-data-transfer/src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/client

codex-process-data-transfer/src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/client/GeccoClientFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ protected GeccoClient createGeccoClient()
198198

199199
return new GeccoClientImpl(trustStore, keyStore, keyStorePassword, connectTimeout, socketTimeout,
200200
connectionRequestTimeout, geccoServerBasicAuthUsername, geccoServerBasicAuthPassword,
201-
geccoServerBearerToken, geccoServerBase, proxyUrl, proxyUsername, proxyPassword,
202-
hapiClientVerbose, fhirContext, searchBundleOverride, localIdentifierValue, geccoFhirClientClass,
201+
geccoServerBearerToken, geccoServerBase, proxyUrl, proxyUsername, proxyPassword, hapiClientVerbose,
202+
fhirContext, searchBundleOverride, localIdentifierValue, geccoFhirClientClass,
203203
useChainedParameterNotLogicalReference);
204204
}
205205

0 commit comments

Comments
 (0)