Skip to content

Commit 716b105

Browse files
Update src/main/java/dev/openfeature/sdk/OpenFeatureAPI.java
Co-authored-by: Kavindu Dodanduwa <[email protected]> Signed-off-by: Todd Baert <[email protected]>
1 parent e43f7c8 commit 716b105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public List<Hook> getHooks() {
309309
}
310310

311311
/**
312-
* Removes all hooks.
312+
* Remove all global hooks.
313313
*/
314314
public void clearHooks() {
315315
try (AutoCloseableLock __ = lock.writeLockAutoCloseable()) {

0 commit comments

Comments
 (0)