We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e787a8 commit a4a1f84Copy full SHA for a4a1f84
deepl-java/src/main/java/com/deepl/api/DeepLClient.java
@@ -37,6 +37,7 @@ public DeepLClient(String authKey) throws IllegalArgumentException {
37
* @param options Additional options controlling Client behaviour.
38
* @throws IllegalArgumentException If authKey is invalid.
39
*/
40
+ @SuppressWarnings("deprecation")
41
public DeepLClient(String authKey, DeepLClientOptions options) throws IllegalArgumentException {
42
super(authKey, options);
43
}
deepl-java/src/main/java/com/deepl/api/DeepLClientOptions.java
@@ -4,4 +4,5 @@
4
package com.deepl.api;
5
6
/** {@inheritDoc} */
7
+@SuppressWarnings("deprecation")
8
public class DeepLClientOptions extends TranslatorOptions {}
0 commit comments