mirror of
https://github.com/Qortal/AT.git
synced 2025-01-30 02:42:14 +00:00
Remove extraneous imports to reduce compiler warnings
This commit is contained in:
parent
8ff61a6081
commit
e42d79c500
@ -5,12 +5,6 @@ import static org.junit.Assert.*;
|
||||
import java.util.Arrays;
|
||||
import java.util.Random;
|
||||
|
||||
import org.ciyam.at.API;
|
||||
import org.ciyam.at.ExecutionException;
|
||||
import org.ciyam.at.FunctionCode;
|
||||
import org.ciyam.at.MachineState;
|
||||
import org.ciyam.at.OpCode;
|
||||
import org.ciyam.at.Timestamp;
|
||||
import org.ciyam.at.test.ExecutableTest;
|
||||
import org.ciyam.at.test.TestAPI;
|
||||
import org.ciyam.at.test.TestAPI.TestAccount;
|
||||
|
@ -2,8 +2,6 @@ package org.ciyam.at;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.ciyam.at.ExecutionException;
|
||||
import org.ciyam.at.OpCode;
|
||||
import org.ciyam.at.test.ExecutableTest;
|
||||
import org.junit.Test;
|
||||
|
||||
|
@ -2,9 +2,6 @@ package org.ciyam.at;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.ciyam.at.ExecutionException;
|
||||
import org.ciyam.at.MachineState;
|
||||
import org.ciyam.at.OpCode;
|
||||
import org.ciyam.at.test.ExecutableTest;
|
||||
import org.junit.Test;
|
||||
|
||||
|
@ -2,8 +2,6 @@ package org.ciyam.at;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.ciyam.at.ExecutionException;
|
||||
import org.ciyam.at.OpCode;
|
||||
import org.ciyam.at.test.ExecutableTest;
|
||||
import org.junit.Test;
|
||||
|
||||
|
@ -6,10 +6,6 @@ import static org.junit.Assert.fail;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.util.Random;
|
||||
|
||||
import org.ciyam.at.ExecutionException;
|
||||
import org.ciyam.at.FunctionCode;
|
||||
import org.ciyam.at.MachineState;
|
||||
import org.ciyam.at.OpCode;
|
||||
import org.ciyam.at.test.ExecutableTest;
|
||||
import org.ciyam.at.test.TestUtils;
|
||||
import org.junit.Test;
|
||||
|
@ -4,11 +4,6 @@ import static org.junit.Assert.*;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
import org.ciyam.at.ExecutionException;
|
||||
import org.ciyam.at.FunctionCode;
|
||||
import org.ciyam.at.MachineState;
|
||||
import org.ciyam.at.OpCode;
|
||||
import org.ciyam.at.Timestamp;
|
||||
import org.ciyam.at.test.ExecutableTest;
|
||||
import org.junit.Test;
|
||||
|
||||
|
@ -5,9 +5,6 @@ import static org.junit.Assert.*;
|
||||
|
||||
import java.nio.charset.StandardCharsets;
|
||||
|
||||
import org.ciyam.at.ExecutionException;
|
||||
import org.ciyam.at.FunctionCode;
|
||||
import org.ciyam.at.OpCode;
|
||||
import org.ciyam.at.test.ExecutableTest;
|
||||
import org.junit.Test;
|
||||
|
||||
|
@ -2,10 +2,6 @@ package org.ciyam.at;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.ciyam.at.ExecutionException;
|
||||
import org.ciyam.at.FunctionCode;
|
||||
import org.ciyam.at.MachineState;
|
||||
import org.ciyam.at.OpCode;
|
||||
import org.ciyam.at.test.ExecutableTest;
|
||||
import org.ciyam.at.test.TestAPI;
|
||||
import org.ciyam.at.test.TestUtils;
|
||||
|
@ -3,8 +3,6 @@ package org.ciyam.at;
|
||||
import static org.ciyam.at.test.TestUtils.hexToBytes;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.ciyam.at.ExecutionException;
|
||||
import org.ciyam.at.OpCode;
|
||||
import org.ciyam.at.test.ExecutableTest;
|
||||
import org.junit.Test;
|
||||
|
||||
|
@ -5,10 +5,6 @@ import static org.junit.Assert.*;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
import org.ciyam.at.ExecutionException;
|
||||
import org.ciyam.at.FunctionCode;
|
||||
import org.ciyam.at.MachineState;
|
||||
import org.ciyam.at.OpCode;
|
||||
import org.ciyam.at.test.ExecutableTest;
|
||||
import org.ciyam.at.test.TestUtils;
|
||||
import org.junit.Test;
|
||||
|
@ -2,9 +2,6 @@ package org.ciyam.at;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.ciyam.at.ExecutionException;
|
||||
import org.ciyam.at.MachineState;
|
||||
import org.ciyam.at.OpCode;
|
||||
import org.ciyam.at.test.ExecutableTest;
|
||||
import org.junit.Test;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user