Skip to content

Commit 2631775

Browse files
committed
Fix javadoc todo
1 parent 15e7735 commit 2631775

File tree

1 file changed

+3
-4
lines changed
  • instrumentation/spring/spring-webflux/spring-webflux-5.3/library/src/main/java/io/opentelemetry/instrumentation/spring/webflux/v5_3/internal

1 file changed

+3
-4
lines changed

instrumentation/spring/spring-webflux/spring-webflux-5.3/library/src/main/java/io/opentelemetry/instrumentation/spring/webflux/v5_3/internal/Experimental.java

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

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

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

0 commit comments

Comments
 (0)