fixed code from last commit

This commit is contained in:
5gi
2022-11-04 17:50:04 -04:00
parent e0f590b2bf
commit 1b2f247a62
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
package tech.nevets.DeepJ;
package com.the5gi.DeepJ;
import org.json.JSONArray;
import org.json.JSONObject;
import java.io.IOException;
@@ -11,7 +12,6 @@ import java.nio.charset.StandardCharsets;
import java.util.Objects;
public class Translator {
//TODO Test class to make sure multiple contructors work.
public static String globalAuthKey = "null";
public static void setGlobalAuthKey(String key) {