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

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

OCMJH comment out unused code

parent 44a935d0
No related branches found
No related tags found
No related merge requests found
...@@ -286,6 +286,7 @@ class OutboundClientMessageJobHelper { ...@@ -286,6 +286,7 @@ class OutboundClientMessageJobHelper {
/** /**
* Build a clove that sends the payload to the destination * Build a clove that sends the payload to the destination
*/ */
/****
private static PayloadGarlicConfig buildDataClove(RouterContext ctx, Payload data, Destination dest, long expiration) { private static PayloadGarlicConfig buildDataClove(RouterContext ctx, Payload data, Destination dest, long expiration) {
DeliveryInstructions instructions = new DeliveryInstructions(); DeliveryInstructions instructions = new DeliveryInstructions();
...@@ -310,6 +311,7 @@ class OutboundClientMessageJobHelper { ...@@ -310,6 +311,7 @@ class OutboundClientMessageJobHelper {
return clove; return clove;
} }
****/
/** /**
......
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