Skip to content

Commit d4d8bfa

Browse files
committed
small changes
1 parent 20791a6 commit d4d8bfa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/java/reverso/Main.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
package reverso;
22

3-
import reverso.data.response.impl.*;
4-
import reverso.supportedLanguages.Language;
53

6-
import java.util.Arrays;
74

85

96
public class Main {
107
public static void main(String[] args) {
118
Reverso reverso = new Reverso();
129

13-
ContextResponse response = reverso.getContext(Language.POLISH,Language.PORTUGUESE,"какой");
10+
reverso.getSpellCheck();
1411

15-
System.out.println(response.toJson());
16-
System.out.println(Arrays.toString(response.getTranslations()));
1712
}
1813
}

0 commit comments

Comments
 (0)