You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/java/com/sap/ai/sdk/core/AiCoreServiceKeyAccessor.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,9 @@ public List<ServiceBinding> getServiceBindings() throws ServiceBindingAccessExce
56
56
returnList.of();
57
57
}
58
58
finalStringlogMessage =
59
-
"Found a service key in environment variable {}.\nUsing a service key is recommended for local testing only.\nBind the AI Core service to the application for productive usage.\n";
59
+
"Found a service key in environment variable {}. "
60
+
+ "Using a service key is recommended for local testing only."
61
+
+ "Bind the AI Core service to the application for productive usage.";
0 commit comments