Have PMD quieten down about unserializable things which aren't marked as serializable.
This commit is contained in:
parent
aaa924f94c
commit
49e37496e5
|
|
@ -11,6 +11,7 @@ import java.util.HashMap;
|
|||
import java.util.Map;
|
||||
|
||||
@ToString @EqualsAndHashCode
|
||||
@SuppressWarnings("PMD.BeanMembersShouldSerialize")
|
||||
public class EvaluationContext {
|
||||
@Setter @Getter private String targetingKey;
|
||||
private final Map<String, Integer> integerAttributes;
|
||||
|
|
|
|||
Loading…
Reference in New Issue