Clarify constant declaration

First, add the final qualifier such that Sonar understands clearly the
intention is to declare a constant and not a class member that does not
honor naming conventions. Second, change the access modifier to
protected so it is more evident that this constant is meant to be
inherited.

Change-Id: I2a0cac95b370ff9f40c64df48b334e152cd9953b
1 file changed
tree: 5444c88089047d2dd1d4b571737b0be95883c65d
  1. .settings/
  2. src/
  3. tools/
  4. .gitignore
  5. bazlets.bzl
  6. BUILD
  7. LICENSE
  8. WORKSPACE