OCMJH comment out unused code

This commit is contained in:
zzz
2020-02-25 14:58:10 +00:00
parent 44a935d086
commit e7a66659e9

View File

@ -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 {
return clove; return clove;
} }
****/
/** /**