From 906c162d04c324005dd32b105ab64f2f2de3da37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Tue, 20 Feb 2018 13:46:43 -0300 Subject: [PATCH] Update changelog, refs #927 --- docs/pages/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 010746227f..a45014dac3 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -84,4 +84,5 @@ it was causing `OutOfMemoryError`s (see [#795](https://github.com/pmd/pmd/issues * [#886](https://github.com/pmd/pmd/pull/886): \[java] Fix #885 - [Matias Comercio](https://github.com/MatiasComercio) * [#900](https://github.com/pmd/pmd/pull/900): \[core] Use the isEmpty method instead of comparing the value of size() to 0 - [reudismam](https://github.com/reudismam) * [#914](https://github.com/pmd/pmd/pull/914): \[doc] Apex @SuppressWarnings documentation updated - [Akshat Bahety](https://github.com/akshatbahety) +* [#927](https://github.com/pmd/pmd/pull/927): \[java][doc] Fix example of AbstractClassWithoutAnyMethod - [Kazuma Watanabe](https://github.com/wata727)