Removed deprecated warning comments about imports and Debian installer

Deprecated by commit be5d3a1066 , as
classpath is now defined in yacycore.jar Manifest file.
pull/226/head
luccioman 7 years ago
parent 5b60b4225f
commit d03c098b54

@ -30,9 +30,6 @@ import java.util.regex.Pattern;
import net.yacy.cora.document.encoding.ASCII;
import net.yacy.cora.document.encoding.UTF8;
//ATTENTION! THIS CLASS SHALL NOT IMPORT FROM OTHER PACKAGES THAN CORA AND JRE
//BECAUSE OTHERWISE THE DEBIAN INSTALLER FAILS!
public class Base64Order extends AbstractOrder<byte[]> implements ByteOrder, Comparator<byte[]>, Cloneable, Serializable {
private static final long serialVersionUID=980647587445343851L;

@ -44,9 +44,6 @@ import net.yacy.cora.storage.ARC;
import net.yacy.cora.storage.ConcurrentARC;
import net.yacy.cora.util.Memory;
// ATTENTION! THIS CLASS SHALL NOT IMPORT FROM OTHER PACKAGES THAN CORA AND JRE
// BECAUSE OTHERWISE THE DEBIAN INSTALLER FAILS!
public class Digest {
public static Queue<MessageDigest> digestPool = new ConcurrentLinkedQueue<MessageDigest>();

Loading…
Cancel
Save