Skip to content

Commit

Permalink
[ 1913260 ] Error batch has failed_data_id of 0
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Mar 13, 2008
1 parent dddf4a5 commit f1daab3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ protected void doPost(HttpServletRequest req, HttpServletResponse resp)
batches.add(new BatchInfo(getBatchIdFrom(batchId)));
} else {
try {
int lineNumber = Integer.parseInt(status);
int lineNumber = Integer.parseInt(status.trim());
batches.add(new BatchInfo(getBatchIdFrom(batchId),
lineNumber));
} catch (NumberFormatException ex) {
Expand Down

0 comments on commit f1daab3

Please sign in to comment.