Skip to content

Commit 18e68ee

Browse files
committed
matching the CI#2
1 parent 876ea56 commit 18e68ee

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.
180179
* @param name The name of the property
181180
* @return The value of the property
182181
* @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)