Fix JdkObsolete Error Prone errors by using Charset overloads

The newer Error Prone pulled in with the Gerrit rules_java 9.8.0 bump
reports JdkObsolete for URLEncoder.encode(String, String). Switch to
the Charset overload and drop the now-dead UnsupportedEncodingException
try/catch blocks and imports.

Change-Id: Ib32a58f36e85b1692bd555653f5a9cf991a5d367
3 files changed
tree: 66a41328d016d31ffe897c2b27d51d9916304e82
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
README.md

Gerrit download-commands plugin

All documentation may be found under src/main/resources/Documentation/.