Skip to content

Commit 5e4668c

Browse files
author
chengyitian
committed
AJ-776: optimize log info for BasicIotAnyVector addRange;
1 parent e2e63cf commit 5e4668c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/xxdb/data/BasicIotAnyVector.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ public void addRange(Object[] valueList) {
143143

144144
@Override
145145
public void Append(Scalar value) {
146-
throw new RuntimeException("IotAnyVector not support append");
146+
throw new RuntimeException("IotAnyVector.Append not supported.");
147147
}
148148

149149
@Override
150150
public void Append(Vector value) {
151-
throw new RuntimeException("IotAnyVector not support append.");
151+
throw new RuntimeException("IotAnyVector.Append not supported.");
152152
}
153153

154154
public String getString(){

0 commit comments

Comments
 (0)