Skip to content

Commit d26b07b

Browse files
committed
matching the CI#3
1 parent 18e68ee commit d26b07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-services/prompt-registry/src/main/java/com/sap/ai/sdk/prompt/registry/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)