Use "Project.NameKey" instead of "NameKey"

A nested class can be static imported when the class does not
require additional context. Apparently, "NameKey" doesn't meet this
requirement because there are several nested classes named like
this, e.g. Project.NameKey, AccountGroup.NameKey, Branch.NameKey.
Therefore using "NameKey" without its outer class makes the code
hard to read.

Change-Id: If0c5d08104dab968d8609de0ee853f712cb96a07
4 files changed
tree: 0e9b5f5a842b65b7544aff0911c87d7fdc4212d2
  1. .settings/
  2. src/
  3. .gitignore
  4. .mailmap
  5. BUILD
  6. LICENSE