From 825d99da0bb6ff098f9f2e672f44938d223fc84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kordas?= Date: Wed, 25 Feb 2015 07:18:54 +0100 Subject: [PATCH] Remove duplication and spaces before dots in release notes --- src/xdocs/releasenotes.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index 6228d2781..abd319a19 100644 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -79,9 +79,6 @@
  • Require at least Maven 3.0.1 to build Checkstyle. Author: Michal Kordas #620
  • -
  • - Require at least Maven 3.0.1 to build Checkstyle. Author: Michal Kordas #620 -
  • Replace `StringBuffer` with `StringBuilder` to improve performance. Author: Michal Kordas
  • @@ -89,16 +86,16 @@ Repair typos in UniqueProperties description. Author: Michal Kordas
  • - Replace verbose type arguments with diamond type . Author: Michal Kordas + Replace verbose type arguments with diamond type. Author: Michal Kordas
  • - Fix for typos in documentation . Author: Michal Kordas + Fix for typos in documentation. Author: Michal Kordas
  • - Use Collections.addAll() instead of adding elements individually . Author: Michal Kordas + Use Collections.addAll() instead of adding elements individually. Author: Michal Kordas
  • - Added missed @Test annotation on test-case 'IndentationCheckTest.testMethodCallLineWrap' . Author: Alexey Zuy + Added missed @Test annotation on test-case 'IndentationCheckTest.testMethodCallLineWrap'. Author: Alexey Zuy
  • IndentationCheck. Refactoring: got rid of anonymous classes. Author: Alexey Zuy