aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/java/io/opencensus
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-06-13 16:50:35 -0700
committerGitHub <noreply@github.com>2018-06-13 16:50:35 -0700
commit2ed7c02191c72028af1a5ec28bb6c127fc9e5ae2 (patch)
tree84068dbaa9a7858b9852a6cf336102c0dfe3494a /api/src/main/java/io/opencensus
parent75a5135391e0e704db08e2291ad916ba4aeb7749 (diff)
parent372aa6d83035fb6d0bda2a2a8acaf0ce1825d4ba (diff)
downloadopencensus-java-2ed7c02191c72028af1a5ec28bb6c127fc9e5ae2.tar.gz
Error Prone: 2.2.0 -> 2.3.1
Diffstat (limited to 'api/src/main/java/io/opencensus')
-rw-r--r--api/src/main/java/io/opencensus/trace/CurrentSpanUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/main/java/io/opencensus/trace/CurrentSpanUtils.java b/api/src/main/java/io/opencensus/trace/CurrentSpanUtils.java
index a249d152..21511142 100644
--- a/api/src/main/java/io/opencensus/trace/CurrentSpanUtils.java
+++ b/api/src/main/java/io/opencensus/trace/CurrentSpanUtils.java
@@ -78,7 +78,7 @@ final class CurrentSpanUtils {
private static final class ScopeInSpan implements Scope {
private final Context origContext;
private final Span span;
- private boolean endSpan;
+ private final boolean endSpan;
/**
* Constructs a new {@link ScopeInSpan}.