OverlordResource: Fix comment

This commit is contained in:
Gian Merlino 2013-12-12 08:46:24 -08:00
parent b6a52610bc
commit d92b88718c
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ public class OverlordResource
final Map<String, Object> retMap; final Map<String, Object> retMap;
// It would be great to verify that this worker is actually supposed to be running the task before // It would be great to verify that this worker is actually supposed to be running the task before
// actually doing the task. Some ideas for how that could be done would be using some sort of attempt_id // actually doing the action. Some ideas for how that could be done would be using some sort of attempt_id
// or token that gets passed around. // or token that gets passed around.
try { try {