summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/VSBerkelyTimeProtocol.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-13 16:01:14 +0000
committerPaul Buetow <paul@buetow.org>2008-08-13 16:01:14 +0000
commit5bf750ce5d254cc85790adefccbff78277019353 (patch)
tree1af87bf66e724429f74422a4884bcc4d7ece12c8 /sources/protocols/implementations/VSBerkelyTimeProtocol.java
parent9d704e679b0d38dc20bcdf866abdbd096b013284 (diff)
some cleanup
Diffstat (limited to 'sources/protocols/implementations/VSBerkelyTimeProtocol.java')
-rw-r--r--sources/protocols/implementations/VSBerkelyTimeProtocol.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/protocols/implementations/VSBerkelyTimeProtocol.java b/sources/protocols/implementations/VSBerkelyTimeProtocol.java
index 1b8b6fc..1b69b72 100644
--- a/sources/protocols/implementations/VSBerkelyTimeProtocol.java
+++ b/sources/protocols/implementations/VSBerkelyTimeProtocol.java
@@ -206,7 +206,7 @@ public class VSBerkelyTimeProtocol extends VSAbstractProtocol {
return;
long timeDiff = recvMessage.getLong("timeDiff");
- long recvTime = process.getTime();
+ //long recvTime = process.getTime();
long newTime = process.getTime() + timeDiff;
log("Neue Zeit: " + newTime);