Skip to content

Commit ad12db2

Browse files
committed
Fix javadoc todo
1 parent 0334ce5 commit ad12db2

File tree

1 file changed

+3
-4
lines changed
  • instrumentation/apache-httpclient/apache-httpclient-5.2/library/src/main/java/io/opentelemetry/instrumentation/apachehttpclient/v5_2/internal

1 file changed

+3
-4
lines changed

instrumentation/apache-httpclient/apache-httpclient-5.2/library/src/main/java/io/opentelemetry/instrumentation/apachehttpclient/v5_2/internal/Experimental.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
import javax.annotation.Nullable;
1515

1616
/**
17-
* This class is internal and is hence not for public use. Its APIs are unstable and can change at
18-
* any time.
17+
* This class is internal and experimental. Its APIs are unstable and can change at any time. Its
18+
* APIs (or a version of them) may be promoted to the public stable API in the future, but no
19+
* guarantees are made.
1920
*/
20-
// TODO (trask) update the above javadoc similar to
21-
// https://github.com/open-telemetry/opentelemetry-java/pull/6886
2221
public class Experimental {
2322

2423
private static final Logger logger = Logger.getLogger(Experimental.class.getName());

0 commit comments

Comments
 (0)