summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/BerkelyTimeProtocol.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
commit009350323123fc4b47041cb2194e8df19f69423b (patch)
treea9562cf215181a03137d5281d49d26e0fe5a3b45 /sources/protocols/implementations/BerkelyTimeProtocol.java
parentbb1dbccae485263ea5182546006339870c57b367 (diff)
Run astyle.
Diffstat (limited to 'sources/protocols/implementations/BerkelyTimeProtocol.java')
-rw-r--r--sources/protocols/implementations/BerkelyTimeProtocol.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/protocols/implementations/BerkelyTimeProtocol.java b/sources/protocols/implementations/BerkelyTimeProtocol.java
index 7326ac5..177dc4d 100644
--- a/sources/protocols/implementations/BerkelyTimeProtocol.java
+++ b/sources/protocols/implementations/BerkelyTimeProtocol.java
@@ -92,7 +92,7 @@ public class BerkelyTimeProtocol extends VSProtocol {
/**
* Calculate the new average time.
- *
+ *
* @return the long
*/
private long calculateAverageTime() {
@@ -112,7 +112,7 @@ public class BerkelyTimeProtocol extends VSProtocol {
/**
* Sends to all clients a value to justify their local clocks.
- *
+ *
* @param avgTime the avg time
*/
private void sendJustifyRequests(long avgTime) {