Tabs and spaces.
This commit is contained in:
parent
5e107cccb9
commit
17f5f43772
33 changed files with 306 additions and 306 deletions
|
|
@ -13,7 +13,7 @@ public class UpdateQueue {
|
|||
|
||||
public void pushUpdate(Object obj) {
|
||||
synchronized (lock) {
|
||||
/* Do inside lock - prevent delay between time and actual work */
|
||||
/* Do inside lock - prevent delay between time and actual work */
|
||||
long now = System.currentTimeMillis();
|
||||
long deadline = now - maxUpdateAge;
|
||||
ListIterator<Update> i = updateQueue.listIterator(0);
|
||||
|
|
@ -49,7 +49,7 @@ public class UpdateQueue {
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Reverse output.
|
||||
updates = new Object[tmpupdates.size()];
|
||||
for (int i = 0; i < updates.length; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue