Cleanup our imports

This commit is contained in:
TfT_02
2013-09-10 15:28:07 +02:00
parent b42f2d4073
commit 93fe2ff504
27 changed files with 57 additions and 42 deletions

View File

@@ -1,10 +1,10 @@
package com.gmail.nossr50.util.blockmeta;
import static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class PrimitiveExChunkletStoreTest {
byte addresses[][] = new byte[16][16];