Suppress warnings with suggested coding patterns.

* Use computeIfAbsent instead of check and put into a map.
* Use Ascii.equalsIgnoreCase instead of s.equalsInoreCase.
* Declare private Util() to disallow instance.

Change-Id: I4d09ccf567b461207d7a27506e028e17a4319bfd
2 files changed
tree: a2e31655798a2d09659ec6624568a0dce2fa15a7
  1. src/
  2. BUILD
  3. LICENSE
  4. OWNERS