Skip to content

Commit 3d09fdc

Browse files
author
chengyitian
committed
AJ-776: modify log info for iotAnyVector;
1 parent 9e9b9c2 commit 3d09fdc

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
@@ -115,7 +115,7 @@ public int getUnitLength(){
115115
}
116116

117117
public void addRange(Object[] valueList) {
118-
throw new RuntimeException("IotAnyVector not support addRange");
118+
throw new RuntimeException("IotAnyVector not support addRange.");
119119
}
120120

121121
@Override
@@ -125,7 +125,7 @@ public void Append(Scalar value) {
125125

126126
@Override
127127
public void Append(Vector value) {
128-
throw new RuntimeException("IotAnyVector not support append");
128+
throw new RuntimeException("IotAnyVector not support append.");
129129
}
130130

131131
public String getString(){

0 commit comments

Comments
 (0)