Skip to content

Commit 0908881

Browse files
committed
reverting
1 parent 4cadce0 commit 0908881

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/SAPDocumentTranslationInputConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ public Set<String> getCustomFieldNames() {
176176
* Get the value of an unrecognizable property of this {@link SAPDocumentTranslationInputConfig}
177177
* instance.
178178
*
179+
* @deprecated Use {@link #toMap()} instead.
179180
* @param name The name of the property
180181
* @return The value of the property
181182
* @throws NoSuchElementException If no property with the given name could be found.
182-
* @deprecated Use {@link #toMap()} instead.
183183
*/
184184
@Nullable
185185
@Deprecated

0 commit comments

Comments
 (0)