Changed SUIEventNotification to use StandardCharsets

This commit is contained in:
Ziggeh
2014-09-05 23:05:16 +02:00
parent 7b2cfc2b6a
commit ca0a586788
3 changed files with 5 additions and 14 deletions
@@ -21,7 +21,6 @@
******************************************************************************/
package resources.objects;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.charset.StandardCharsets;