Skip to content

Commit 052cb21

Browse files
author
chengyitian
committed
AJ-776: optimize log info for BasicIotAnyVector addRange;
1 parent dd93588 commit 052cb21

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
@@ -138,7 +138,7 @@ public int getUnitLength(){
138138
}
139139

140140
public void addRange(Object[] valueList) {
141-
throw new RuntimeException("IotAnyVector not support addRange.");
141+
throw new RuntimeException("IotAnyVector.addRange not supported.");
142142
}
143143

144144
@Override

0 commit comments

Comments
 (0)