aboutsummaryrefslogtreecommitdiffstats
path: root/src/algorithms/shuffling/CardShuffle.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/algorithms/shuffling/CardShuffle.java')
-rw-r--r--src/algorithms/shuffling/CardShuffle.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms/shuffling/CardShuffle.java b/src/algorithms/shuffling/CardShuffle.java
index 3e88fe1..098f855 100644
--- a/src/algorithms/shuffling/CardShuffle.java
+++ b/src/algorithms/shuffling/CardShuffle.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 <http://www.gnu.org/licenses/>.
*/
-package algorithms.arrays;
+package algorithms.shuffling;
import java.util.Random;