We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4b5e6 commit 16f9a78Copy full SHA for 16f9a78
google-cloud-logging/src/main/java/com/google/cloud/logging/Context.java
@@ -138,8 +138,8 @@ public Builder setTraceSampled(boolean traceSampled) {
138
* x-cloud-trace-context} header (can be in Pascal case format). The string format is <code>
139
* TRACE_ID/SPAN_ID;o=TRACE_TRUE</code>.
140
*
141
- * @see <a href="https://cloud.google.com/trace/docs/trace-context#legacy-http-header">Cloud Trace header
142
- * format.</a>
+ * @see <a href="https://cloud.google.com/trace/docs/trace-context#legacy-http-header">
+ * Cloud Trace header format.</a>
143
*/
144
@CanIgnoreReturnValue
145
public Builder loadCloudTraceContext(String cloudTrace) {
0 commit comments