Skip to content

Instantly share code, notes, and snippets.

@tomjack
Created September 2, 2012 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomjack/3c8677f8cdb5e95683f9 to your computer and use it in GitHub Desktop.
Save tomjack/3c8677f8cdb5e95683f9 to your computer and use it in GitHub Desktop.
if(tasks.size() == 1){
Object ret = null;
try
{
return tasks.get(0).call();
}
catch(Exception e)
{
//aargh
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment