Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 21, 2010
1 parent 23c5334 commit f4bbb8d
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -156,8 +156,9 @@ public Integer doInConnection(Connection c) throws SQLException, DataAccessExcep
reading = false;
boolean done = false;
do {
done = dataQueue.offer(new EOD());
} while (!done);
done = dataQueue.offer(new EOD());
AppUtils.sleep(50);
} while (!done && reading);
rs = null;
ps = null;
}
Expand Down

0 comments on commit f4bbb8d

Please sign in to comment.