forked from 5gi/DeepJ
		
	fixed code from last commit
This commit is contained in:
		
							parent
							
								
									e0f590b2bf
								
							
						
					
					
						commit
						1b2f247a62
					
				@ -3,9 +3,9 @@ plugins {
 | 
			
		||||
    id 'maven-publish'
 | 
			
		||||
    id 'com.github.johnrengelman.shadow' version '5.2.0'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
group 'tech.nevets.deepj'
 | 
			
		||||
version '1.1.0'
 | 
			
		||||
apply plugin: 'maven-publish'
 | 
			
		||||
group 'com.the5gi.deepj'
 | 
			
		||||
version '1.2.0'
 | 
			
		||||
 | 
			
		||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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) {
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user