Skip to content

Commit

Permalink
Issue #7891 - Fixing typo in PathSpecSet
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed May 3, 2022
1 parent ad9b83d commit 2edc71e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ public class PathSpecSet extends AbstractSet<String> implements Predicate<String
@Override
public boolean test(String s)
{
return specs.getMatches(s) != null;
return specs.getMatched(s) != null;
}

@Override
Expand Down

0 comments on commit 2edc71e

Please sign in to comment.