Skip to content

Commit c85c2ff

Browse files
committed
fix error1
1 parent 64e01b7 commit c85c2ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ public Set<String> getCustomFieldNames() {
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.
182+
* @deprecated
183+
* Use {@link #toMap()} instead.
183184
*/
184185
@Nullable
185186
@Deprecated

0 commit comments

Comments
 (0)