Some changes after running Findbugs.

This commit is contained in:
FrozenCow 2011-03-05 16:09:26 +01:00
parent b0c84234cc
commit 8d70839d3b
10 changed files with 39 additions and 22 deletions

View file

@ -58,7 +58,7 @@ public class UpdateQueue {
return updates;
}
public class Update {
public static class Update {
public long time;
public Object obj;