Skip to content

Commit

Permalink
Remove FB error
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
thomaspoignant committed Sep 18, 2023
1 parent aed62b4 commit 471dd41
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import dev.openfeature.sdk.exceptions.OpenFeatureError;
import dev.openfeature.sdk.exceptions.ProviderNotReadyError;
import dev.openfeature.sdk.exceptions.TypeMismatchError;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import lombok.AccessLevel;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
Expand Down Expand Up @@ -127,6 +128,7 @@ public Metadata getMetadata() {
}

@Override
@SuppressFBWarnings({"EI_EXPOSE_REP"})
public List<Hook> getProviderHooks() {
return this.hooks;
}
Expand Down

0 comments on commit 471dd41

Please sign in to comment.