From 7978f11e1f8db492c149a8aa8ebc222f20370353 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 26 Jul 2008 00:33:31 +0000 Subject: probelesen --- sources/protocols/implementations/VSReliableMulticastProtocol.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/protocols/implementations/VSReliableMulticastProtocol.java') diff --git a/sources/protocols/implementations/VSReliableMulticastProtocol.java b/sources/protocols/implementations/VSReliableMulticastProtocol.java index e5d2378..8a605fd 100644 --- a/sources/protocols/implementations/VSReliableMulticastProtocol.java +++ b/sources/protocols/implementations/VSReliableMulticastProtocol.java @@ -59,7 +59,7 @@ public class VSReliableMulticastProtocol extends VSAbstractProtocol { vec.add(3); initVector("pids", vec, "PIDs beteilitger Prozesse"); - initLong("timeout", 2500, "Zeit bis erneuerter Anfrage", "ms"); + initLong("timeout", 2500, "Zeit bis erneute Anfrage", "ms"); } /* (non-Javadoc) @@ -151,7 +151,7 @@ public class VSReliableMulticastProtocol extends VSAbstractProtocol { sendMessage(message); if (ackSent) { - logg("ACK erneuert versendet"); + logg("ACK erneut versendet"); } else { logg("ACK versendet"); -- cgit v1.2.3