Mark MaxMapCountCheck#isSystemCheck as final
This commit marks the method MaxMapCountCheck#isSystemCheck as final as this method should not be modifiable by inheriting classes (used in tests).
This commit is contained in:
parent
8bdda49f90
commit
226679c606
|
@ -473,7 +473,7 @@ final class BootstrapCheck {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean isSystemCheck() {
|
||||
public final boolean isSystemCheck() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue