Removed some warnings, redisabled BufferedOutputStream closing.
This commit is contained in:
parent
8105a1d2a5
commit
6c6d29a402
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