Skip to content

Commit 275d7df

Browse files
committed
Fix javadoc format
Signed-off-by: christian.lutnik <[email protected]>
1 parent a63a24e commit 275d7df

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ default List<Hook> getProviderHooks() {
3030
* can overwrite this method,
3131
* if they have special initialization needed prior being called for flag
3232
* evaluation.
33+
*
3334
* <p>
3435
* It is ok if the method is expensive as it is executed in the background. All
3536
* runtime exceptions will be
@@ -45,6 +46,7 @@ default void initialize(EvaluationContext evaluationContext) throws Exception {
4546
* flags, or the SDK is shut down.
4647
* Providers can overwrite this method, if they have special shutdown actions
4748
* needed.
49+
*
4850
* <p>
4951
* It is ok if the method is expensive as it is executed in the background. All
5052
* runtime exceptions will be

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

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* for the duration of a single transaction.
66
* Examples of potential transaction specific context include: a user id, user agent, IP.
77
* Transaction context is merged with evaluation context prior to flag evaluation.
8+
*
89
* <p>
910
* The precedence of merging context can be seen in
1011
* <a href=https://openfeature.dev/specification/sections/evaluation-context#requirement-323>the specification</a>.

0 commit comments

Comments
 (0)