More major refactoring. My OCD is better now.

This commit is contained in:
GJ
2013-01-30 11:53:51 -05:00
parent 852872f55c
commit 599bbe73b4
114 changed files with 198 additions and 192 deletions

View File

@ -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];