Skip to content

Commit

Permalink
Update Context.java
Browse files Browse the repository at this point in the history
  • Loading branch information
gkevinzheng authored Nov 5, 2024
1 parent 6d4b5e6 commit 16f9a78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ public Builder setTraceSampled(boolean traceSampled) {
* x-cloud-trace-context} header (can be in Pascal case format). The string format is <code>
* TRACE_ID/SPAN_ID;o=TRACE_TRUE</code>.
*
* @see <a href="https://cloud.google.com/trace/docs/trace-context#legacy-http-header">Cloud Trace header
* format.</a>
* @see <a href="https://cloud.google.com/trace/docs/trace-context#legacy-http-header">
* Cloud Trace header format.</a>
*/
@CanIgnoreReturnValue
public Builder loadCloudTraceContext(String cloudTrace) {
Expand Down

0 comments on commit 16f9a78

Please sign in to comment.