Small tidying.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5515 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-11-07 01:44:21 +00:00
parent 01ac320432
commit 93d36c045f
2 changed files with 7 additions and 9 deletions
@@ -21,6 +21,8 @@
package com.threerings.presents.client;
import com.samskivert.util.RunAnywhere;
import com.threerings.presents.net.AuthResponse;
import com.threerings.presents.net.AuthResponseData;
import com.threerings.presents.net.Message;
@@ -79,7 +81,7 @@ public abstract class Communicator
*/
protected synchronized void updateWriteStamp ()
{
_lastWrite = System.currentTimeMillis();
_lastWrite = RunAnywhere.currentTimeMillis();
}
/**