summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/isode/stroke/network/TimerFactory.java')
-rw-r--r--src/com/isode/stroke/network/TimerFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/isode/stroke/network/TimerFactory.java b/src/com/isode/stroke/network/TimerFactory.java
index d3325ac..ac53e48 100644
--- a/src/com/isode/stroke/network/TimerFactory.java
+++ b/src/com/isode/stroke/network/TimerFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Isode Limited, London, England.
+ * Copyright (c) 2010-2012, Isode Limited, London, England.
* All rights reserved.
*/
/*
@@ -11,5 +11,5 @@ package com.isode.stroke.network;
public interface TimerFactory {
- Timer createTimer(int milliseconds);
+ Timer createTimer(long milliseconds);
}