Skip to content

Commit

Permalink
Update src/main/java/dev/openfeature/sdk/OpenFeatureAPI.java
Browse files Browse the repository at this point in the history
Co-authored-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert and Kavindu-Dodan authored May 17, 2024
1 parent e43f7c8 commit 716b105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/openfeature/sdk/OpenFeatureAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public List<Hook> getHooks() {
}

/**
* Removes all hooks.
* Remove all global hooks.
*/
public void clearHooks() {
try (AutoCloseableLock __ = lock.writeLockAutoCloseable()) {
Expand Down

0 comments on commit 716b105

Please sign in to comment.