From c921ecca05ec18018c040f53c853471bfa447100 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Thu, 21 Aug 2014 12:46:11 +0000 Subject: [PATCH] fix unit test --- .../java/src/net/i2p/router/tunnel/TrivialPreprocessor.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/router/java/src/net/i2p/router/tunnel/TrivialPreprocessor.java b/router/java/src/net/i2p/router/tunnel/TrivialPreprocessor.java index a371cf306e..19e84dc04d 100644 --- a/router/java/src/net/i2p/router/tunnel/TrivialPreprocessor.java +++ b/router/java/src/net/i2p/router/tunnel/TrivialPreprocessor.java @@ -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; -- GitLab