From 340bb7ce8900be19d97d4f17340d4e3b0c8fba4b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 Aug 2008 14:32:13 +0000 Subject: foo --- 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 23f5857..57b943c 100644 --- a/sources/protocols/implementations/VSReliableMulticastProtocol.java +++ b/sources/protocols/implementations/VSReliableMulticastProtocol.java @@ -58,8 +58,8 @@ public class VSReliableMulticastProtocol extends VSAbstractProtocol { vec.add(1); vec.add(3); - initVector("pids", vec, "PIDs beteiligter Prozesse"); - initLong("timeout", 2500, "Zeit bis erneute Anfrage", "ms"); + super.initVector("pids", vec, "PIDs beteiligter Prozesse"); + super.initLong("timeout", 2500, "Zeit bis erneute Anfrage", "ms"); } /* (non-Javadoc) -- cgit v1.2.3