diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-26 22:50:54 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-26 22:50:54 +0000 |
| commit | 2b35beeefeccb82afae8d259f11ccecc8b218417 (patch) | |
| tree | 3c46ed38bec9ff2d9e390172ef6671c0e6f9ea30 /sources/protocols/implementations/InternalTimeSyncProtocol.java | |
| parent | aed4be56229a8bc9d4331ac859fe29df1a28b203 (diff) | |
modified some default values
Diffstat (limited to 'sources/protocols/implementations/InternalTimeSyncProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/InternalTimeSyncProtocol.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/protocols/implementations/InternalTimeSyncProtocol.java b/sources/protocols/implementations/InternalTimeSyncProtocol.java index 5b18740..e196cfb 100644 --- a/sources/protocols/implementations/InternalTimeSyncProtocol.java +++ b/sources/protocols/implementations/InternalTimeSyncProtocol.java @@ -24,8 +24,8 @@ public class InternalTimeSyncProtocol extends VSAbstractProtocol { setClassname(getClass().toString()); /* Those prefs are editable through the VSAbstractProtocol VSAbstractEditor GUI. t_min and t_max in milliseconds */ - initLong("t_min", 500, "Max. Übetragungszeit", "ms"); - initLong("t_max", 2000, "Min. Übertragungszeit", "ms"); + initLong("t_min", 2000, "Max. Übetragungszeit", "ms"); + initLong("t_max", 500, "Min. Übertragungszeit", "ms"); } /* (non-Javadoc) |
