summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/VSInternalTimeSyncProtocol.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-04-03 17:58:26 +0100
committerPaul Buetow <paul@buetow.org>2022-04-03 17:58:26 +0100
commitd47aedde47148f6725b56128b26ae2ac3a56dde1 (patch)
tree693a428fa35a3327c4e60a1b8db48c7cf163ad71 /sources/protocols/implementations/VSInternalTimeSyncProtocol.java
parentf0520c87217902e8109a47784963850cbdb7cd1d (diff)
convert source files from ISO to UTF8
Diffstat (limited to 'sources/protocols/implementations/VSInternalTimeSyncProtocol.java')
-rw-r--r--sources/protocols/implementations/VSInternalTimeSyncProtocol.java4
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)