diff options
| author | Bogdan Drutu <bdrutu@google.com> | 2017-06-15 11:29:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-15 11:29:30 -0700 |
| commit | 3b74070f74a75e780828370126b713524eece13c (patch) | |
| tree | ae6bc5deb968cbfab938b355718898c84fbb0826 /api/src/main | |
| parent | 461b4ed4a37e74a42c8ba6264807a15e36ab9dc6 (diff) | |
| download | platform_external_opencensus-java-3b74070f74a75e780828370126b713524eece13c.tar.gz platform_external_opencensus-java-3b74070f74a75e780828370126b713524eece13c.tar.bz2 platform_external_opencensus-java-3b74070f74a75e780828370126b713524eece13c.zip | |
Prepare the release of the opencensus library. (#357)
Diffstat (limited to 'api/src/main')
| -rw-r--r-- | api/src/main/java/io/opencensus/common/Internal.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/src/main/java/io/opencensus/common/Internal.java b/api/src/main/java/io/opencensus/common/Internal.java index 9d540e21..fee892c3 100644 --- a/api/src/main/java/io/opencensus/common/Internal.java +++ b/api/src/main/java/io/opencensus/common/Internal.java @@ -20,8 +20,8 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * Annotates a program element (class, method, package etc) which is internal to opencensus, not - * part of the public API, and should not be used by users of the opencensus library. + * Annotates a program element (class, method, package etc) which is internal to OpenCensus, not + * part of the public API, and should not be used by users of the OpenCensus library. */ @Internal @Retention(RetentionPolicy.SOURCE) |
