From 5d40e863a57b89182d7f7c7ead7e447ee25c3ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann-Ga=C3=ABl?= Date: Fri, 31 Aug 2018 15:38:57 +0000 Subject: [PATCH] Update ISort.java --- sdm/src/java/factory/ISort.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdm/src/java/factory/ISort.java b/sdm/src/java/factory/ISort.java index 0d3f727..b2a5334 100644 --- a/sdm/src/java/factory/ISort.java +++ b/sdm/src/java/factory/ISort.java @@ -1,5 +1,5 @@ -package src.java.factory; -import static src.java.utilities.Utilities.print; +package src.java.factory; // BTW, "src" should not be part of the package name of none of the code +import static src.java.utilities.Utilities.print; // Remove public interface ISort { public void sort();