Skip to content

Commit 7323927

Browse files
committed
Moving @with annotation
1 parent 0f19350 commit 7323927

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/TranslationConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ SAPDocumentTranslationInput createSAPDocumentTranslationInput() {
4343

4444
/** Output configuration for translation. */
4545
@Value
46-
@With
4746
@RequiredArgsConstructor(access = AccessLevel.PRIVATE)
4847
class Output implements TranslationConfig {
49-
@With(AccessLevel.NONE)
5048
String targetLanguage;
5149

50+
@With
5251
String sourceLanguage;
5352

5453
@Nonnull

0 commit comments

Comments
 (0)