Fix invalid link in release notes for Checkstyle 6.3, issue #730

This commit is contained in:
Michal Kordas 2015-03-09 12:07:57 +01:00 committed by Roman Ivanov
parent aef011fcfe
commit fde9678a2f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
<p>New:</p>
<ul>
<li>
New option to HiddenField, to skip builder methods - setterCanReturnItsClass. Author: Dmitri Priimak <a href="https://github.com/checkstyle/checkstyle/issues/589">#589</a>
New option to HiddenField, to skip builder methods - setterCanReturnItsClass. Author: Dmitri Priimak <a href="https://github.com/checkstyle/checkstyle/pull/598">#598</a>
</li>
<li>
New option to Checker and TreeWalker to specify file extensions. Author: Alex Kravin <a href="https://github.com/checkstyle/checkstyle/issues/25">#25</a>