mirror of
https://github.com/Maschell/JNUSLib.git
synced 2024-11-18 14:09:19 +01:00
Ups.
This commit is contained in:
parent
a75fe2e6bd
commit
b7ec1a4d31
@ -11,9 +11,6 @@ import java.util.HashMap;
|
|||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Map.Entry;
|
import java.util.Map.Entry;
|
||||||
|
|
||||||
import com.sun.org.apache.xerces.internal.util.SynchronizedSymbolTable;
|
|
||||||
|
|
||||||
import java.util.TreeMap;
|
import java.util.TreeMap;
|
||||||
|
|
||||||
import de.mas.jnus.lib.implementations.wud.WUDImage;
|
import de.mas.jnus.lib.implementations.wud.WUDImage;
|
||||||
|
@ -57,6 +57,6 @@ public class NUSDataProviderRemote extends NUSDataProvider {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public byte[] getRawCert() throws IOException {
|
public byte[] getRawCert() throws IOException {
|
||||||
return nulL;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user