I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 23f24c7d authored by zzz's avatar zzz
Browse files

javadoc

parent 6112cc5a
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,9 @@ class InboundMessageDistributor implements GarlicMessageReceiver.CloveReceiver {
private final Hash _client;
private final GarlicMessageReceiver _receiver;
/**
* @param client null for router tunnel
*/
public InboundMessageDistributor(RouterContext ctx, Hash client) {
_context = ctx;
_client = client;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment