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.
1 parent 9e9b9c2 commit 3d09fdcCopy full SHA for 3d09fdc
src/com/xxdb/data/BasicIotAnyVector.java
@@ -115,7 +115,7 @@ public int getUnitLength(){
115
}
116
117
public void addRange(Object[] valueList) {
118
- throw new RuntimeException("IotAnyVector not support addRange");
+ throw new RuntimeException("IotAnyVector not support addRange.");
119
120
121
@Override
@@ -125,7 +125,7 @@ public void Append(Scalar value) {
125
126
127
public void Append(Vector value) {
128
- throw new RuntimeException("IotAnyVector not support append");
+ throw new RuntimeException("IotAnyVector not support append.");
129
130
131
public String getString(){
0 commit comments