Skip to content

Commit bb0f325

Browse files
committed
Override DefaultTupleValue.toString
1 parent f70c27e commit bb0f325

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

core/src/main/java/com/datastax/oss/driver/internal/core/data/DefaultTupleValue.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ public int hashCode() {
150150
return result;
151151
}
152152

153+
@Override
154+
public String toString() {
155+
return codecRegistry().codecFor(type).format(this);
156+
}
157+
153158
private static class SerializationProxy implements Serializable {
154159

155160
private static final long serialVersionUID = 1;

0 commit comments

Comments
 (0)