Skip to content

Commit c7aa68f

Browse files
authored
docs: Update README.md example
1 parent 2be9bc9 commit c7aa68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ PointStruct point =
123123
0,
124124
VectorUtil.toVector(0.0f, 0.1f, 0.2f, 0.3f, 0.4f, 0.5f),
125125
PayloadUtil.toPayload(map));
126-
List<PointStruct> points = Arrays.asList;
126+
List<PointStruct> points = Arrays.asList(point);
127127
client.upsertPoints(collectionName, points, null);
128128
```
129129

0 commit comments

Comments
 (0)