We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6190334 commit d69d0aeCopy full SHA for d69d0ae
1 file changed
datamodel/openapi/openapi-core/src/main/java/com/sap/cloud/sdk/services/openapi/apiclient/ApiClient.java
@@ -160,6 +160,7 @@ private void init()
160
// Set default User-Agent.
161
setUserAgent("Java-SDK");
162
163
+
164
// Setup authentications (key: authentication name, value: authentication).
165
authentications = new HashMap<>();
166
// Prevent the authentications from being modified.
0 commit comments