Skip to content

Commit 132edb7

Browse files
authored
Annotation OpenCensusUtils as beta. (#570)
We are depending upon pre-1.0 apis from opencensus. We need to allow for the possibility of needing to change the API here.
1 parent 28f1cd6 commit 132edb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google-http-client/src/main/java/com/google/api/client/http/OpenCensusUtils.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
package com.google.api.client.http;
1616

17+
import com.google.api.client.util.Beta;
1718
import com.google.api.client.util.Preconditions;
1819
import com.google.common.annotations.VisibleForTesting;
1920

@@ -35,11 +36,13 @@
3536
import javax.annotation.Nullable;
3637

3738
/**
39+
* {@link Beta} <br/>
3840
* Utilities for Census monitoring and tracing.
3941
*
4042
* @author Hailong Wen
4143
* @since 1.28
4244
*/
45+
@Beta
4346
public class OpenCensusUtils {
4447

4548
private static final Logger logger = Logger.getLogger(OpenCensusUtils.class.getName());

0 commit comments

Comments
 (0)