MS: Field isn't final but should be (MS_SHOULD_BE_FINAL)

A mutable static field could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability.