Skip to content

Commit b9baee5

Browse files
committed
matching the CI
1 parent 60b101b commit b9baee5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core-services/prompt-registry/src/main/java/com/sap/ai/sdk/prompt/registry/model/SAPDocumentTranslationInputConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,10 @@ public Set<String> getCustomFieldNames() {
175175
/**
176176
* Get the value of an unrecognizable property of this {@link SAPDocumentTranslationInputConfig}
177177
* instance.
178-
*
178+
* @deprecated Use {@link #toMap()} instead.
179179
* @param name The name of the property
180180
* @return The value of the property
181181
* @throws NoSuchElementException If no property with the given name could be found.
182-
* @deprecated Use {@link #toMap()} instead.
183182
*/
184183
@Nullable
185184
@Deprecated

0 commit comments

Comments
 (0)