Add some TODO

This commit is contained in:
norman 2011-11-24 11:13:54 +01:00
parent 9f712e3291
commit 2686dc99b4

View File

@ -293,6 +293,7 @@ public class OrderedMemoryAwareThreadPoolExecutor extends
@Override
public void execute(Runnable command) {
// TODO: What todo if the add return false ?
tasks.add(command);