Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Turn off checkstyle for deprecated methods.
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <ys@uber.com>
  • Loading branch information
Yuri Shkuro committed Oct 8, 2017
1 parent 032b9b0 commit 583c7d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jaeger-core/src/main/java/com/uber/jaeger/SpanContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ String getDebugId() {
return debugId;
}

//CHECKSTYLE.OFF AbbreviationAsWordInName

/**
* @deprecated use {@link SpanContext#getTraceId()} instead.
*/
Expand All @@ -193,4 +195,6 @@ public long getSpanID() {
public long getParentID() {
return parentId;
}

//CHECKSTYLE.ON AbbreviationAsWordInName
}

0 comments on commit 583c7d5

Please sign in to comment.