Skip to content

Commit 38ac1e6

Browse files
committed
fix: remove unrelated change
1 parent 318d0ab commit 38ac1e6

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

  • sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing

sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing/ApiTracer.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,6 @@ default void responseReceived() {}
183183
default void requestSent() {}
184184
;
185185

186-
/**
187-
* Adds an annotation that a streaming request has been sent.
188-
*
189-
* @param requestSize the size of the request in bytes.
190-
*/
191-
default void requestSent(long requestSize) {
192-
requestSent();
193-
}
194-
;
195-
196186
/**
197187
* Adds an annotation that a batch of writes has been flushed.
198188
*

0 commit comments

Comments
 (0)