Skip to content

Commit 4d81347

Browse files
committed
toString doc
1 parent d658ffb commit 4d81347

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/com/datastax/oss/driver/api/core/data

1 file changed

+1
-1
lines changed

core/src/main/java/com/datastax/oss/driver/api/core/data/CqlVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public int hashCode() {
228228
}
229229

230230
/**
231-
* Only works if the inner type of the vector is a Number. Will throw otherwise.
231+
* The string representation of the vector. Elements, like strings, may not be properly quoted.
232232
*
233233
* @return the string representation
234234
*/

0 commit comments

Comments
 (0)