aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-04-13 08:33:42 -0700
committerGitHub <noreply@github.com>2017-04-13 08:33:42 -0700
commit2559a87bb26ffe3823021dc1b82b780dfd13fb07 (patch)
treeab887fffa8644a372ec7567d4cd9390dc20954e9 /examples
parente0f6ae0640ac9ebeb20733aa8b5400d5b8261ed7 (diff)
downloadopencensus-java-2559a87bb26ffe3823021dc1b82b780dfd13fb07.tar.gz
Run google java formatter on the tracing. (#205)
Diffstat (limited to 'examples')
-rw-r--r--examples/src/main/java/com/google/instrumentation/examples/trace/MultiSpansScopedTracing.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/src/main/java/com/google/instrumentation/examples/trace/MultiSpansScopedTracing.java b/examples/src/main/java/com/google/instrumentation/examples/trace/MultiSpansScopedTracing.java
index 72ca0feb..9f9b1df2 100644
--- a/examples/src/main/java/com/google/instrumentation/examples/trace/MultiSpansScopedTracing.java
+++ b/examples/src/main/java/com/google/instrumentation/examples/trace/MultiSpansScopedTracing.java
@@ -18,8 +18,8 @@ import com.google.instrumentation.trace.Span;
import com.google.instrumentation.trace.Tracer;
/**
- * Example showing how to create a child {@link Span} using scoped Spans, install it in the
- * current context, and add annotations.
+ * Example showing how to create a child {@link Span} using scoped Spans, install it in the current
+ * context, and add annotations.
*/
public final class MultiSpansScopedTracing {
// Per class Tracer.