A bit more clean up. (#78)

This commit is contained in:
Yang Song 2019-04-09 11:22:35 -07:00 committed by GitHub
parent 97808e75ca
commit 89e8aa7da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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
*/