From 009350323123fc4b47041cb2194e8df19f69423b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:03:33 +0000 Subject: Run astyle. --- sources/protocols/implementations/BerkelyTimeProtocol.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/protocols/implementations/BerkelyTimeProtocol.java') 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) { -- cgit v1.2.3