fix: accidentally did a mixin

This commit is contained in:
zaaarf 2023-02-07 16:50:52 +01:00
parent 6375d4e7d3
commit e21401b41b
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

View file

@ -105,7 +105,7 @@ public class PatternMatcher {
/** /**
* The Builder object for PatternMatcher. * The Builder object for PatternMatcher.
*/ */
private static class Builder { public static class Builder {
/** /**
* List of predicates the pattern has to match. * List of predicates the pattern has to match.