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-services/prompt-registry/src/main/java/com/sap/ai/sdk/prompt/registry/model/SAPDocumentTranslationInputConfig.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -176,10 +176,10 @@ public Set<String> getCustomFieldNames() {
176
176
* Get the value of an unrecognizable property of this {@link SAPDocumentTranslationInputConfig}
177
177
* instance.
178
178
*
179
-
* @deprecated Use {@link #toMap()} instead.
180
179
* @param name The name of the property
181
180
* @return The value of the property
182
181
* @throws NoSuchElementException If no property with the given name could be found.
0 commit comments