Skip to content

Commit 3e7374c

Browse files
committed
fix: replace @APinote with prose to satisfy javadoc plugin
Signed-off-by: marcozabel <marco.zabel@dynatrace.com>
1 parent 27ca0a2 commit 3e7374c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/main/java/dev/openfeature/sdk/OpenFeatureAPI.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
* event handlers, transaction context propagators), instantiate a new instance directly with
2525
* {@code new OpenFeatureAPI()}.
2626
*
27-
* @apiNote Isolated API instances (per spec section 1.8) are experimental and subject to change.
27+
* <p><strong>Note:</strong> Isolated API instances (per spec section 1.8) are experimental and
28+
* subject to change.
29+
*
2830
* @see <a href="https://openfeature.dev/specification/sections/flag-evaluation#18-isolated-api-instances">
2931
* Spec &sect;1.8 &mdash; Isolated API Instances</a>
3032
*/
@@ -54,7 +56,8 @@ public class OpenFeatureAPI implements EventBus<OpenFeatureAPI> {
5456
*
5557
* <p>For typical usage, prefer the global singleton via {@link #getInstance()}.
5658
*
57-
* @apiNote Isolated API instances (per spec section 1.8) are experimental and subject to change.
59+
* <p><strong>Note:</strong> Isolated API instances (per spec section 1.8) are experimental and
60+
* subject to change.
5861
*/
5962
public OpenFeatureAPI() {
6063
this(new AutoCloseableReentrantReadWriteLock());

0 commit comments

Comments
 (0)