We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1904f4 + 75169df commit 76cbedbCopy full SHA for 76cbedb
epics-vtype/vtype-json/src/main/java/org/epics/vtype/json/JsonArrays.java
@@ -302,7 +302,7 @@ public static JsonArrayBuilder fromListNumber(ListNumber list) {
302
for (int i = 0; i < list.size(); i++) {
303
b.add(list.getInt(i));
304
}
305
- } else if (list instanceof ListLong || list instanceof ListInteger) {
+ } else if (list instanceof ListLong || list instanceof ListUInteger) {
306
307
b.add(list.getLong(i));
308
0 commit comments