fix unit test

This commit is contained in:
zzz
2014-08-21 12:46:11 +00:00
parent 975378b224
commit c921ecca05

View File

@@ -17,8 +17,11 @@ import net.i2p.util.SimpleByteCache;
* optimal throughput.
*
* See FragmentHandler Javadoc for tunnel message fragment format
*
* Not instantiated directly except in unit tests; see BatchedPreprocessor
*
*/
abstract class TrivialPreprocessor implements TunnelGateway.QueuePreprocessor {
class TrivialPreprocessor implements TunnelGateway.QueuePreprocessor {
protected final RouterContext _context;
protected final Log _log;