Skip to content

Commit 7e64b07

Browse files
committed
Revert generated models to match origin/main
# Conflicts: # orchestration/src/main/java/com/sap/ai/sdk/orchestration/model/SAPDocumentTranslationOutput.java
1 parent a97bfec commit 7e64b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/model/SAPDocumentTranslationInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ public Set<String> getCustomFieldNames() {
212212
* Get the value of an unrecognizable property of this {@link SAPDocumentTranslationInput}
213213
* instance.
214214
*
215+
* @deprecated Use {@link #toMap()} instead.
215216
* @param name The name of the property
216217
* @return The value of the property
217218
* @throws NoSuchElementException If no property with the given name could be found.
218-
* @deprecated Use {@link #toMap()} instead.
219219
*/
220220
@Nullable
221221
@Deprecated

0 commit comments

Comments
 (0)