Skip to content

Commit

Permalink
feat(impl): [#528] fix PMD warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed May 13, 2024
1 parent 25ced4c commit fe55a21
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
*/
public final class ConstraintConstants {

private ConstraintConstants() {
// helper class
}

public static final Constraint ACTIVE_MEMBERSHIP = new Constraint("Membership", new Operator(OperatorType.EQ),
"active");

Expand All @@ -37,4 +33,8 @@ private ConstraintConstants() {
public static final Constraint PURPOSE_ID_3_1_TRACE = new Constraint("PURPOSE", new Operator(OperatorType.EQ),
"ID 3.1 Trace");

private ConstraintConstants() {
// helper class
}

}

0 comments on commit fe55a21

Please sign in to comment.