forked from 5gi/DeepJ
fixed supposed to be comments because git sdtun
This commit is contained in:
parent
3345009f64
commit
ac4ce2192f
@ -17,7 +17,7 @@ public class Translator {
|
|||||||
}
|
}
|
||||||
protected Request request;
|
protected Request request;
|
||||||
public Translator() {
|
public Translator() {
|
||||||
if (globalAuthKey == null) {t to define a different authkey every time do: "new Translator(String authKey)"
|
if (globalAuthKey == null) {
|
||||||
System.out.println("\n[DeepJ] You are currently using the Global Auth Key Translator Constructor." +
|
System.out.println("\n[DeepJ] You are currently using the Global Auth Key Translator Constructor." +
|
||||||
"\n[DeepJ] If you are trying to use global auth keys, Call the method \"Translator.setGlobalAuthKey(String key)\" and then re-use this contructor." +
|
"\n[DeepJ] If you are trying to use global auth keys, Call the method \"Translator.setGlobalAuthKey(String key)\" and then re-use this contructor." +
|
||||||
"\n[DeepJ] If you want to define an different authkey every time do: \"new Translator(String authKey)\"\n");
|
"\n[DeepJ] If you want to define an different authkey every time do: \"new Translator(String authKey)\"\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user