Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolloffay committed Nov 30, 2017
1 parent d3bb527 commit 71221dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentracing-api/src/main/java/io/opentracing/Tracer.java
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ interface SpanBuilder {
Scope startActive(boolean finishSpanOnClose);

/**
* @deprecated use {@link #startManual} or {@link #startActive} instead.
* @deprecated use {@link #start} or {@link #startActive} instead.
*/
@Deprecated
Span startManual();
Expand Down

0 comments on commit 71221dc

Please sign in to comment.