Skip to content

Commit

Permalink
Merge 4cc9a7d into 617d1bf
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed May 10, 2024
2 parents 617d1bf + 4cc9a7d commit ce4ae69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ public boolean isSpecificationDisabled(String specification) {
return disabledSpecifications.contains(normalizeSpecification(specification));
}

static String normalizeSpecification(String specification) {
public static String normalizeSpecification(String specification) {
if (specification == null || specification.isBlank()) {
return null;
}
Expand Down

0 comments on commit ce4ae69

Please sign in to comment.