mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-02 15:44:40 +02:00
refactor: protect fields of Filter
This commit is contained in:
parent
571cf12dca
commit
570f9eaba1
@ -89,8 +89,8 @@ final class CustomBlockRule extends BlockRule {
|
|||||||
|
|
||||||
|
|
||||||
abstract class Filter {
|
abstract class Filter {
|
||||||
final LithoBlockRegister pathRegister = new LithoBlockRegister();
|
final protected LithoBlockRegister pathRegister = new LithoBlockRegister();
|
||||||
final LithoBlockRegister identifierRegister = new LithoBlockRegister();
|
final protected LithoBlockRegister identifierRegister = new LithoBlockRegister();
|
||||||
|
|
||||||
abstract boolean filter(final String path, final String identifier);
|
abstract boolean filter(final String path, final String identifier);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user