mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-20 08:47:33 +01: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 {
|
||||
final LithoBlockRegister pathRegister = new LithoBlockRegister();
|
||||
final LithoBlockRegister identifierRegister = new LithoBlockRegister();
|
||||
final protected LithoBlockRegister pathRegister = new LithoBlockRegister();
|
||||
final protected LithoBlockRegister identifierRegister = new LithoBlockRegister();
|
||||
|
||||
abstract boolean filter(final String path, final String identifier);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user