code polish

This commit is contained in:
nathan 2016-02-11 03:02:35 +01:00
parent 7a451e944d
commit 5aad770f0d
4 changed files with 0 additions and 4 deletions

View File

@ -17,7 +17,6 @@
package dorkbox.util;
@SuppressWarnings("unused")
public
class MathUtil {

View File

@ -16,7 +16,6 @@
package dorkbox.util;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryo.KryoException;
import com.esotericsoftware.kryo.Serializer;
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.io.Output;

View File

@ -31,7 +31,6 @@ import java.net.URISyntaxException;
import java.net.URL;
import java.util.Enumeration;
@SuppressWarnings("unused")
public
class SwingUtil {
/** All of the fonts in the {@link #FONTS_LOCATION} will be loaded by the Font manager */

View File

@ -26,7 +26,6 @@ import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
@SuppressWarnings("unused")
public final
class Sys {
public static final int KILOBYTE = 1024;