Skip to content

Commit 1251fdd

Browse files
committed
fix(gax): reorder field modifiers to comply with JLS
1 parent 8cff386 commit 1251fdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class OpenTelemetryTracingTracer implements ApiTracer {
5252
private final Map<String, Object> attemptAttributes;
5353
private final String attemptSpanName;
5454
private final ApiTracerContext apiTracerContext;
55-
private @Nullable volatile Span attemptSpan;
55+
private volatile @Nullable Span attemptSpan;
5656
private volatile io.opentelemetry.context.@Nullable Scope scope;
5757

5858
@Override

0 commit comments

Comments
 (0)