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

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

comment cleanup

parent 58e960ce
No related branches found
No related tags found
No related merge requests found
...@@ -860,7 +860,6 @@ public class OutboundClientMessageOneShotJob extends JobImpl { ...@@ -860,7 +860,6 @@ public class OutboundClientMessageOneShotJob extends JobImpl {
/** build the payload clove that will be used for all of the messages, placing the clove in the status structure */ /** build the payload clove that will be used for all of the messages, placing the clove in the status structure */
private boolean buildClove() { private boolean buildClove() {
// FIXME set SKM
PayloadGarlicConfig clove = new PayloadGarlicConfig(); PayloadGarlicConfig clove = new PayloadGarlicConfig();
DeliveryInstructions instructions = new DeliveryInstructions(); DeliveryInstructions instructions = new DeliveryInstructions();
...@@ -960,6 +959,7 @@ public class OutboundClientMessageOneShotJob extends JobImpl { ...@@ -960,6 +959,7 @@ public class OutboundClientMessageOneShotJob extends JobImpl {
public String getName() { return "Send client message successful"; } public String getName() { return "Send client message successful"; }
public void runJob() { public void runJob() {
// do we leak tags here?
if (_finished) return; if (_finished) return;
_finished = true; _finished = true;
long sendTime = getContext().clock().now() - _start; long sendTime = getContext().clock().now() - _start;
......
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