You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/apache-httpclient/apache-httpclient-5.2/library/src/main/java/io/opentelemetry/instrumentation/apachehttpclient/v5_2/internal/Experimental.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,10 @@
14
14
importjavax.annotation.Nullable;
15
15
16
16
/**
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.
19
20
*/
20
-
// TODO (trask) update the above javadoc similar to
0 commit comments