mirror of
https://github.com/zaaarf/lillero.git
synced 2024-11-22 07:24:50 +01:00
fix: accidentally did a mixin
This commit is contained in:
parent
6375d4e7d3
commit
e21401b41b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue