Skip to content

Commit ab7a293

Browse files
author
Aaron
committed
- DSInfo
- Hidden -> Private - Default on copy - DSStatusNode - DSEnabledNode - DSTimeRange
1 parent f1bc178 commit ab7a293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subprojects {
55
apply plugin: 'maven'
66

77
group 'org.iot-dsa'
8-
version '0.48.0'
8+
version '0.49.0a1'
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

dslink-v2/src/main/java/org/iot/dsa/conn/DSConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ private void notifyConnectedDescendants(DSNode node, DSConnection conn) {
311311
} catch (Throwable t) {
312312
error(error() ? info.getPath(null) : null, t);
313313
}
314-
} else if (info.isNode() && !info.is(DSConnectionOld.class)) {
314+
} else if (info.isNode() && !info.is(DSConnection.class)) {
315315
notifyConnectedDescendants(info.getNode(), conn);
316316
}
317317
info = info.next();

0 commit comments

Comments
 (0)