Skip to content

Commit 557da60

Browse files
author
chengyitian
committed
AJ-774: support build iotAnyVector with constructor;
1 parent 11e5ab7 commit 557da60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/xxdb/data/BasicIotAnyVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class BasicIotAnyVector extends AbstractVector {
1515
private BasicIntVector indexsDataType;
1616
private BasicIntVector indexs;
1717

18-
protected BasicIotAnyVector(Entity[] array) {
18+
public BasicIotAnyVector(Entity[] array) {
1919
super(DATA_FORM.DF_VECTOR);
2020
subVector = new HashMap<>();
2121
indexsDataType = new BasicIntVector(0);

0 commit comments

Comments
 (0)