Skip to content

Commit

Permalink
Fixed error identified by spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Oct 27, 2022
1 parent ff35f71 commit 09a071d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,6 @@ private static void applyCommonValues(@NonNull IConstraint constraint, @NonNull
bean.setLevel(level);
}

constraint.getProperties();
bean.setPropArray(null);

for (Map.Entry<QName, Set<String>> entry : constraint.getProperties().entrySet()) {
QName qname = entry.getKey();
Set<String> values = entry.getValue();
Expand Down

0 comments on commit 09a071d

Please sign in to comment.