diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-17 14:32:13 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-17 14:32:13 +0000 |
| commit | 340bb7ce8900be19d97d4f17340d4e3b0c8fba4b (patch) | |
| tree | 32e7e88633288e39f44a3db2b5d9b3115f53edae /sources/protocols/implementations/VSReliableMulticastProtocol.java | |
| parent | 9a7946ee34cf2b13a0dc1f8dcaefb02052514aaa (diff) | |
foo
Diffstat (limited to 'sources/protocols/implementations/VSReliableMulticastProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/VSReliableMulticastProtocol.java | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
