From ac4ce2192f3b6a2b184c8c24291b408c59ec9489 Mon Sep 17 00:00:00 2001 From: 5gi <5gi@gitea.noreply@nevets.tech> Date: Wed, 16 Nov 2022 11:12:21 -0500 Subject: [PATCH] fixed supposed to be comments because git sdtun --- src/main/java/com/the5gi/DeepJ/Translator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/the5gi/DeepJ/Translator.java b/src/main/java/com/the5gi/DeepJ/Translator.java index 7ec96dc..13ba68a 100644 --- a/src/main/java/com/the5gi/DeepJ/Translator.java +++ b/src/main/java/com/the5gi/DeepJ/Translator.java @@ -17,7 +17,7 @@ public class Translator { } protected Request request; 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." + "\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");