This commit is contained in:
Maschell 2016-12-12 21:08:40 +01:00
parent a75fe2e6bd
commit b7ec1a4d31
2 changed files with 1 additions and 4 deletions

View File

@ -11,9 +11,6 @@ import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import java.util.Map.Entry;
import com.sun.org.apache.xerces.internal.util.SynchronizedSymbolTable;
import java.util.TreeMap;
import de.mas.jnus.lib.implementations.wud.WUDImage;

View File

@ -57,6 +57,6 @@ public class NUSDataProviderRemote extends NUSDataProvider {
@Override
public byte[] getRawCert() throws IOException {
return nulL;
return null;
}
}