Skip to content

Commit

Permalink
Remove redundant message trailer
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Nov 19, 2024
1 parent 95ba3c9 commit 08afa02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugin.results.error.missing-property=Please define the property ''{0}'' in \
the Checkstyle settings panel
plugin.results.error.instantiation-failed=The module {0} could not be loaded - \
please check you have added any prerequisites to the classpath
plugin.results.scan-no-results=Checkstyle found no problems in the file(s) using configuration ''{0}''
plugin.results.scan-no-results=Checkstyle found no problems in the file(s)
plugin.results.scan-results=Checkstyle found {0} item(s) in {1} file(s)
plugin.results.scan-package-result={0} : {1} item(s)
plugin.results.scan-package-result.filtered={0} : {1} item(s), {2} more hidden
Expand Down

0 comments on commit 08afa02

Please sign in to comment.