A bit more clean up. (#78)
This commit is contained in:
parent
97808e75ca
commit
89e8aa7da4
|
|
@ -3,4 +3,4 @@ OpenConsensus API
|
|||
|
||||
* Java 7 and Android 14 compatible.
|
||||
* The abstract classes in this directory can be subclassed to create alternative
|
||||
implementations of the OpenCensus library.
|
||||
implementations of the OpenConsensus library.
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ import java.lang.annotation.Target;
|
|||
|
||||
/**
|
||||
* Annotates a program element (class, method, package etc) which is internal to OpenConsensus, not
|
||||
* part of the public API, and should not be used by users of the OpenCensus library.
|
||||
* part of the public API, and should not be used by users of the OpenConsensus library.
|
||||
*
|
||||
* @since 0.1.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue