This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 95a99d92d82cf1e573a84229c65bd1f7d9fdfd48 Author: Felix Schumacher <[email protected]> AuthorDate: Thu Oct 3 14:05:33 2019 +0200 Replace anonymous classes with lambda expressions. Contributed by Graham Russell (graham at ham1.co.uk). Closes #520 on github --- xdocs/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 4f6821d..5417ebd 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -177,6 +177,7 @@ to view the last release notes of version 5.1.1. <li>Updated to latest checkstyle (version 8.22)</li> <li>Clean-up of code in <code>CompareAssertion</code> and other locations. Based on patch by Graham Russell (graham at ham1.co.uk)</li> <li><pr>491</pr>Increase Graphite metrics coverage. Contributed by Graham Russell (graham at ham1.co.uk)</li> + <li><pr>520</pr>Replace anonymous classes with lambda expressions. Contributed by Graham Russell (graham at ham1.co.uk).</li> </ul> <!-- =================== Bug fixes =================== -->
