summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/isode/stroke/network/JavaTimerFactory.java')
-rw-r--r--src/com/isode/stroke/network/JavaTimerFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/isode/stroke/network/JavaTimerFactory.java b/src/com/isode/stroke/network/JavaTimerFactory.java
index 9326f76..7586e74 100644
--- a/src/com/isode/stroke/network/JavaTimerFactory.java
+++ b/src/com/isode/stroke/network/JavaTimerFactory.java
@@ -4,7 +4,7 @@
* See Documentation/Licenses/GPLv3.txt for more information.
*/
/*
- * Copyright (c) 2010, Isode Limited, London, England.
+ * Copyright (c) 2010-2012, Isode Limited, London, England.
* All rights reserved.
*/
@@ -18,7 +18,7 @@ public class JavaTimerFactory implements TimerFactory {
eventLoop_ = eventLoop;
}
- public Timer createTimer(int milliseconds) {
+ public Timer createTimer(long milliseconds) {
return new JavaTimer(eventLoop_, milliseconds);
}