Skip to content

Commit

Permalink
Fixes spotbugs error
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Dec 22, 2023
1 parent 93776cd commit d008595
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import static nl.jqno.equalsverifier.internal.util.Rethrow.rethrow;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
Expand Down Expand Up @@ -45,6 +46,7 @@ private CachedHashCodeInitializer(
this.example = example;
}

@SuppressFBWarnings(value = "CT_CONSTRUCTOR_THROW", justification = "Will evaluate this later")
public CachedHashCodeInitializer(
Class<?> type,
String cachedHashCodeField,
Expand Down

0 comments on commit d008595

Please sign in to comment.