This repository has been archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Possible ClassCastException fix in AbstractSpanBuilder + API fixes:
- AbstractSpanBuilder did unnecessary (and unsafe!) cast to AbstractSpan that was not necessary. - Span implements AutoCloseable which is only available since Java7 while project delcares Java6. Changed to Closeable which also extends AutoCloseable and doesn't declare additional methods so is 100% compatible and Java6 compliant. - Fixed broken @see link in Reference class javadoc.
- Loading branch information
1 parent
08c4876
commit 28d8616
Showing
3 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters