From f3077857c2cf1af11da3f0009e09be887794c660 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 20 Jan 2014 01:16:49 +0100 Subject: fix package declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/algorithms/shuffling/HumanShuffle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/algorithms/shuffling/HumanShuffle.java') diff --git a/src/algorithms/shuffling/HumanShuffle.java b/src/algorithms/shuffling/HumanShuffle.java index cfdc6b9..ed3e519 100644 --- a/src/algorithms/shuffling/HumanShuffle.java +++ b/src/algorithms/shuffling/HumanShuffle.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ -package algorithms.arrays; +package algorithms.shuffling; import java.util.Random; -- cgit v1.2.3-70-g09d2