Skip to content

Commit

Permalink
TODO: acks should be saved in order received
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Oct 19, 2007
1 parent 557469a commit 8010943
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -47,6 +47,7 @@ protected void doPost(HttpServletRequest req, HttpServletResponse resp)
Map parameters = req.getParameterMap();
List<BatchInfo> batches = new ArrayList<BatchInfo>();

// TODO: acks should be saved in order received
for (Object batch : parameters.keySet()) {
String batchId = batch.toString();
if (batchId.startsWith(WebConstants.ACK_BATCH_NAME)) {
Expand Down

0 comments on commit 8010943

Please sign in to comment.