Remove final qualifiers

Final qualifier in private methods are redundant as per JLS: "A private
method and all methods declared immediately within a final class
(ยง8.1.1.2) behave as if they are final, since it is impossible to
override them."

Also remove final qualifier from method parameters according to Gerrit
code style guide [1].

[1] https://gerrit-review.googlesource.com/Documentation/dev-contributing.html#style

Change-Id: Ibe60561118f78b9bc413e5a3fd0a933799473195
1 file changed
tree: 8997cde43680404e6e35a5ff198d05a4569adb9f
  1. .settings/
  2. src/
  3. tools/
  4. .gitignore
  5. bazlets.bzl
  6. BUILD
  7. external_plugin_deps.bzl
  8. README.md
  9. WORKSPACE
README.md

Delete project plugin for Gerrit Code Review

A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.

Build Status