Skip to content

Commit e5bde63

Browse files
committed
fixup comment
Signed-off-by: Todd Baert <[email protected]>
1 parent 3181066 commit e5bde63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private <T> FlagEvaluationDetails<T> evaluateFlag(FlagValueType type, String key
8585
EvaluationContext clientContext;
8686

8787
// lock while getting the provider and hooks
88-
// the retrieval any mutable state on client/API MUST be done in this block.
88+
// the retrieval of any mutable state on client/API MUST be done in this block.
8989
try (AutoCloseableLock __ = OpenFeatureAPI.rwLock.readLockAutoCloseable();
9090
AutoCloseableLock ___ = this.rwLock.readLockAutoCloseable()) {
9191
provider = ObjectUtils.defaultIfNull(openfeatureApi.getProvider(), () -> {

0 commit comments

Comments
 (0)