move FileHasher and test to a new package
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package com.muwire.core
|
package com.muwire.core.files
|
||||||
|
|
||||||
|
import com.muwire.core.InfoHash
|
||||||
import java.nio.MappedByteBuffer
|
import java.nio.MappedByteBuffer
|
||||||
import java.nio.channels.FileChannel
|
import java.nio.channels.FileChannel
|
||||||
import java.nio.channels.FileChannel.MapMode
|
import java.nio.channels.FileChannel.MapMode
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
package com.muwire.core
|
package com.muwire.core.files
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.assertEquals
|
import static org.junit.jupiter.api.Assertions.assertEquals
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user