Skip to content

Commit

Permalink
UnusedMethod: add additional exempting method annotations
Browse files Browse the repository at this point in the history
While there, drop an unused parameter from a private method.
  • Loading branch information
rickie committed Oct 11, 2021
1 parent b3ae95e commit fb70a2c
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .gitignore
@@ -1,29 +1,30 @@
**/target/*
**/.classpath
**/.gitignore
**/.project
**/.settings
**/.gitignore
**/target/*
*.iml
.java-version

# intellij
.idea/workspace.xml
.idea/tasks.xml
.idea/vcs.xml
.idea/ant.xml
.idea/dataSources.local.xml
.idea/dataSources.ids
.idea/codeStyleSettings.xml
.idea/compiler.xml
.idea/encodings.xml
.idea/modules.xml
.idea/uiDesigner.xml
.idea/libraries
.idea/copyright
.idea/shelf
.idea/inspectionProfiles/
.idea/dataSources.ids
.idea/dataSources.local.xml
.idea/dictionaries
.idea/encodings.xml
.idea/inspectionProfiles/
.idea/jarRepositories.xml
.idea/libraries
.idea/misc.xml
.idea/modules.xml
.idea/shelf
.idea/tasks.xml
.idea/uiDesigner.xml
.idea/vcs.xml
.idea/workspace.xml

# bazel
bazel-bazel
Expand Down

0 comments on commit fb70a2c

Please sign in to comment.