fixed supposed to be comments because git sdtun

This commit is contained in:
5gi 2022-11-16 11:12:21 -05:00
parent 3345009f64
commit ac4ce2192f

View File

@ -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");