Skip to content

Commit 659b6e8

Browse files
refactor: change class name
1 parent 1cfdc29 commit 659b6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/influxdb/v3/client/internal/GrpcCallOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public int hashCode() {
155155

156156
@Override
157157
public String toString() {
158-
return "GrpcCallOption{"
158+
return "GrpcCallOptions{"
159159
+ "deadline=" + deadline
160160
+ ", executor=" + executor
161161
+ ", compressorName='" + compressorName

0 commit comments

Comments
 (0)