warning fixes

This commit is contained in:
Dave
2015-06-29 22:29:25 +02:00
parent 59b2be78c1
commit 178616adcb
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ package nodash.models;
import java.io.IOException;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;

View File

@@ -17,7 +17,6 @@ import javax.crypto.NoSuchPaddingException;
import nodash.core.NoCore;
import nodash.core.NoUtil;
import nodash.exceptions.NoDashFatalException;
import org.junit.Before;
import org.junit.Test;