Marked unused classes for removal if they're not used later.

This commit is contained in:
akwizgran
2011-07-21 10:21:20 +01:00
parent 5843f38803
commit 159b09e12a
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ import java.security.SignatureException;
import net.sf.briar.api.serial.Consumer;
// FIXME: This class is no longer used - remove it?
/** A consumer that passes its input through a signature. */
class SigningConsumer implements Consumer {

View File

@@ -7,6 +7,8 @@ import java.security.MessageDigest;
import java.security.Signature;
import java.security.SignatureException;
// FIXME: This class is no longer used - remove it?
/**
* An output stream that passes its output through a signature and a message
* digest.