Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed Aug 18, 2024
1 parent 0191be1 commit a806d8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions resources/knxManufacturers.properties
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
396=BOSMER
397=EUCHIPS
398=connect (Thinka connect)
399=PEAKnx a DOGAWIST company
399=PEAKnx a DOGAWIST company
400=ACEMATIC
401=ELAUSYS
402=ITK Engineering AG
Expand All @@ -367,8 +367,8 @@
420=Ubee Interactive Europe
421=Rexel
422=Ges Teknik A.S.
423=Ave S.p.A.
424=Zhuhai Ltech Technology Co., Ltd.
423=Ave S.p.A.
424=Zhuhai Ltech Technology Co., Ltd.
425=ARCOM
426=VIA Technologies, Inc.
427=FEELSMART.
Expand Down Expand Up @@ -436,7 +436,7 @@
490=project innovations GmbH
491=Itc
492=ABB LV Installation Materials Company Ltd, Beijing
493=Maico
493=Maico
495=ELAN SRL
496=MinhHa Technology co.,Ltd
497=Zhejiang Tianjie Industrial CORP.
Expand Down Expand Up @@ -596,7 +596,7 @@
654=Guangdong Kanway
656=RAMIREZ Engineering GmbH
657=Zhongshan Taiyang IMP&EXP. CO LTD
658=Vihan electric pvt ltd
658=Vihan electric pvt ltd
659=Splendid Minds GmbH
660=Estada
661=zhongyunxinzhikonggujituanyouxiangongsi
Expand All @@ -610,4 +610,4 @@
669=KiloElec Technology
670=Inyx
671=Smart Building Services GmbH
672=BSS GmbH
672=BSS GmbH
2 changes: 1 addition & 1 deletion src/io/calimero/tools/NetworkMonitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ private KNXNetworkMonitor newMonitor() throws KNXException, InterruptedException
final var monitor = new Connector().reconnectOn(false, true, true)
.reconnectDelay((Duration) options.getOrDefault("reconnectDelay", Duration.ofSeconds(4)))
.maxConnectAttempts((long) options.getOrDefault("maxConnectAttempts", 3L))
.newMonitor(() -> createMonitor());
.newMonitor(this::createMonitor);
monitor.addMonitorListener(new LinkListener() {
@LinkEvent
void connectionStatus(final ConnectionStatus status) {
Expand Down

0 comments on commit a806d8c

Please sign in to comment.