mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-30 04:34:43 +02:00
More major refactoring. My OCD is better now.
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
package com.gmail.nossr50.util.blockmeta;
|
||||
package com.gmail.nossr50.blockstore.old;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.gmail.nossr50.blockstore.old.PrimitiveExChunkletStore;
|
||||
|
||||
public class PrimitiveExChunkletStoreTest {
|
||||
byte addresses[][] = new byte[16][16];
|
||||
|
Reference in New Issue
Block a user