Skip to content

Commit 6035f29

Browse files
committed
chore: format
1 parent 6e8b311 commit 6035f29

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gax-java/gax/src/main/java/com/google/api/gax/tracing/SpanTracer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ private long extractContentLength(java.util.Map<String, ?> headers) {
149149
}
150150

151151
/**
152-
* Safely parses the content length Object representation (e.g. List or String) into a long integer.
152+
* Safely parses the content length Object representation (e.g. List or String) into a long
153+
* integer.
153154
*
154155
* @param value the header value to parse.
155156
* @return the parsed content length value, or -1 if it was null or failed to parse.

0 commit comments

Comments
 (0)