Skip to content

Commit c4e51ed

Browse files
refactor: fix Spotless error
1 parent bc146b3 commit c4e51ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deepl-java/src/main/java/com/deepl/api/TextTranslationOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ public TextTranslationOptions setGlossary(String glossaryId) {
6666

6767
/**
6868
* Specifies additional context to influence translations, that is not translated itself.
69-
* Characters in the `context` parameter are not counted toward billing.
70-
* See the API documentation for more information and example usage.
69+
* Characters in the `context` parameter are not counted toward billing. See the API documentation
70+
* for more information and example usage.
7171
*/
7272
public TextTranslationOptions setContext(String context) {
7373
this.context = context;

0 commit comments

Comments
 (0)