summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Clayton <alex.clayton@isode.com>2016-01-14 11:28:44 (GMT)
committerAlex Clayton <alex.clayton@isode.com>2016-01-14 13:47:59 (GMT)
commitc72128ba30a386704244322c15146a1b4a609a12 (patch)
treeec6ccc82b6e36467736feb20033cc888eceea57a /src/com/isode/stroke/network/DummyTimerFactory.java
parentb4cf2bb8d7b69d95b4a10d610ad259998d2aee5b (diff)
downloadstroke-c72128ba30a386704244322c15146a1b4a609a12.zip
stroke-c72128ba30a386704244322c15146a1b4a609a12.tar.bz2
More Changes to Networks
Some more changes to the Networks classes. Based on comments on the last patch. Test-information: No longer see crash I was seeing when I ran the updated Stroke against MLC. Ran unit tests. Change-Id: Id577e5322bab0ec48f0353907f82e72bc93b848a
Diffstat (limited to 'src/com/isode/stroke/network/DummyTimerFactory.java')
-rw-r--r--src/com/isode/stroke/network/DummyTimerFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/isode/stroke/network/DummyTimerFactory.java b/src/com/isode/stroke/network/DummyTimerFactory.java
index f3d083f..b4695f0 100644
--- a/src/com/isode/stroke/network/DummyTimerFactory.java
+++ b/src/com/isode/stroke/network/DummyTimerFactory.java
@@ -19,7 +19,7 @@ public class DummyTimerFactory implements TimerFactory {
private int currentTime;
private List<DummyTimer> timers = new ArrayList<DummyTimer>();
- public class DummyTimer extends Timer {
+ public static class DummyTimer extends Timer {
public DummyTimer(long timeout, DummyTimerFactory factory) {
this.timeout = timeout;