From 86ce4b5b1d5f7c3220600a5436a674fa18052021 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Thu, 19 Jul 2018 17:21:57 +0100 Subject: [PATCH] move FileHasher and test to a new package --- .../src/main/groovy/com/muwire/core/{ => files}/FileHasher.groovy | 0 .../test/groovy/com/muwire/core/{ => files}/FileHasherTest.groovy | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename core/src/main/groovy/com/muwire/core/{ => files}/FileHasher.groovy (100%) rename core/src/test/groovy/com/muwire/core/{ => files}/FileHasherTest.groovy (100%) diff --git a/core/src/main/groovy/com/muwire/core/FileHasher.groovy b/core/src/main/groovy/com/muwire/core/files/FileHasher.groovy similarity index 100% rename from core/src/main/groovy/com/muwire/core/FileHasher.groovy rename to core/src/main/groovy/com/muwire/core/files/FileHasher.groovy diff --git a/core/src/test/groovy/com/muwire/core/FileHasherTest.groovy b/core/src/test/groovy/com/muwire/core/files/FileHasherTest.groovy similarity index 100% rename from core/src/test/groovy/com/muwire/core/FileHasherTest.groovy rename to core/src/test/groovy/com/muwire/core/files/FileHasherTest.groovy