From 6d9cb2b155bb1ae422e4aad7c506bd769863d3a8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 4 Jun 2019 12:54:14 +0200 Subject: [PATCH] Fix package declaration of NUSDataProviderWumad --- src/de/mas/wiiu/jnus/implementations/NUSDataProviderWumad.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/mas/wiiu/jnus/implementations/NUSDataProviderWumad.java b/src/de/mas/wiiu/jnus/implementations/NUSDataProviderWumad.java index 9c83df3..29970a0 100644 --- a/src/de/mas/wiiu/jnus/implementations/NUSDataProviderWumad.java +++ b/src/de/mas/wiiu/jnus/implementations/NUSDataProviderWumad.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . ****************************************************************************/ -package de.mas.wiiu.jnus; +package de.mas.wiiu.jnus.implementations; import java.io.FileNotFoundException; import java.io.IOException;