mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-23 14:53:26 +02:00
This belongs to utils
This commit is contained in:
@@ -4,8 +4,8 @@ import static com.earth2me.essentials.I18n._;
|
||||
import com.earth2me.essentials.api.IEssentials;
|
||||
import com.earth2me.essentials.api.ISettings;
|
||||
import com.earth2me.essentials.api.InvalidNameException;
|
||||
import com.earth2me.essentials.external.gnu.inet.encoding.Punycode;
|
||||
import com.earth2me.essentials.external.gnu.inet.encoding.PunycodeException;
|
||||
import com.earth2me.essentials.utils.gnu.inet.encoding.Punycode;
|
||||
import com.earth2me.essentials.utils.gnu.inet.encoding.PunycodeException;
|
||||
import java.text.DecimalFormat;
|
||||
import java.text.DecimalFormatSymbols;
|
||||
import java.util.Collection;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.external.gnu.inet.encoding;
|
||||
package com.earth2me.essentials.utils.gnu.inet.encoding;
|
||||
|
||||
|
||||
/**
|
@@ -1,4 +1,4 @@
|
||||
package com.earth2me.essentials.external.gnu.inet.encoding;
|
||||
package com.earth2me.essentials.utils.gnu.inet.encoding;
|
||||
|
||||
|
||||
/**
|
Reference in New Issue
Block a user