Removed some warnings, redisabled BufferedOutputStream closing.
This commit is contained in:
parent
4961c27cf0
commit
411e1adbfc
4 changed files with 8 additions and 20 deletions
|
|
@ -64,7 +64,7 @@ class JsonTimerTask extends TimerTask {
|
|||
}
|
||||
|
||||
if (jsonMsgs != null) {
|
||||
Iterator iter = jsonMsgs.iterator();
|
||||
Iterator<?> iter = jsonMsgs.iterator();
|
||||
while (iter.hasNext()) {
|
||||
JSONObject o = (JSONObject) iter.next();
|
||||
if (Long.parseLong(String.valueOf(o.get("timestamp"))) >= (lastTimestamp)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue