move FileHasher and test to a new package

pull/4/head
Zlatin Balevsky 2018-07-19 17:24:24 +01:00
parent 86ce4b5b1d
commit 8ab9e50628
2 changed files with 3 additions and 2 deletions

View File

@ -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.channels.FileChannel
import java.nio.channels.FileChannel.MapMode

View File

@ -1,4 +1,4 @@
package com.muwire.core
package com.muwire.core.files
import static org.junit.jupiter.api.Assertions.assertEquals