summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-13 16:07:15 +0000
committerPaul Buetow <paul@buetow.org>2008-08-13 16:07:15 +0000
commitefff967bb744b0697592e6108cb227baa58e9885 (patch)
tree9677c0ab8d95babc561068f42a73589273f01ff9 /sources/protocols/implementations/VSInternalTimeSyncProtocol.java
parent5bf750ce5d254cc85790adefccbff78277019353 (diff)
all line lengths <= 80
Diffstat (limited to 'sources/protocols/implementations/VSInternalTimeSyncProtocol.java')
-rw-r--r--sources/protocols/implementations/VSInternalTimeSyncProtocol.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/protocols/implementations/VSInternalTimeSyncProtocol.java b/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
index 6f82203..c52b0ed 100644
--- a/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
+++ b/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
@@ -93,9 +93,9 @@ public class VSInternalTimeSyncProtocol extends VSAbstractProtocol {
long newTime = serverTime + (long) ((tMax + tMin) / 2 );
log("Server Zeit: " + serverTime + "; (t_min,t_max): (" + tMin +
- "," + tMax + "); Alte Zeit: " + process.getTime() +
- "; Neue Zeit: " + newTime + "; Offset: " +
- (process.getTime() - newTime));
+ "," + tMax + "); Alte Zeit: " + process.getTime() +
+ "; Neue Zeit: " + newTime + "; Offset: " +
+ (process.getTime() - newTime));
process.setTime(newTime);
}