diff options
| author | Paul Buetow <paul@buetow.org> | 2022-04-03 17:58:26 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-04-03 17:58:26 +0100 |
| commit | d47aedde47148f6725b56128b26ae2ac3a56dde1 (patch) | |
| tree | 693a428fa35a3327c4e60a1b8db48c7cf163ad71 /sources/protocols/implementations/VSInternalTimeSyncProtocol.java | |
| parent | f0520c87217902e8109a47784963850cbdb7cd1d (diff) | |
convert source files from ISO to UTF8
Diffstat (limited to 'sources/protocols/implementations/VSInternalTimeSyncProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/VSInternalTimeSyncProtocol.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/protocols/implementations/VSInternalTimeSyncProtocol.java b/sources/protocols/implementations/VSInternalTimeSyncProtocol.java index 9848000..1e00742 100644 --- a/sources/protocols/implementations/VSInternalTimeSyncProtocol.java +++ b/sources/protocols/implementations/VSInternalTimeSyncProtocol.java @@ -51,8 +51,8 @@ public class VSInternalTimeSyncProtocol extends VSAbstractProtocol { * @see events.VSAbstractProtocol#onClientInit() */ public void onClientInit() { - initLong("t_min", 2000, "Max. Übetragungszeit", "ms"); - initLong("t_max", 500, "Min. Übertragungszeit", "ms"); + initLong("t_min", 2000, "Max. Übetragungszeit", "ms"); + initLong("t_max", 500, "Min. Übertragungszeit", "ms"); } /* (non-Javadoc) |
