mirror of https://github.com/zlatinb/muwire
move FileHasher and test to a new package
parent
86ce4b5b1d
commit
8ab9e50628
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.muwire.core
|
||||
package com.muwire.core.files
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals
|
||||
|
||||
|
|
Loading…
Reference in New Issue