Skip to content

Commit

Permalink
#709: fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuchyn committed May 31, 2016
1 parent db7d9de commit 124b1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private void checkClass(final DetailAST node) {
/**
* Checks order of methods.
*
* @param methods @code{Iterable<DetailAST>} methods
* @param @code{Iterable&lt;DetailAST&gt;pwd} methods
*/
private void checkOrder(final Iterable<DetailAST> methods) {
MethodsOrderCheck.Modifiers prev = MethodsOrderCheck.Modifiers.PUB;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ public void rejectsNonDiamondOperatorUsage() throws Exception {
* CheckstyleValidator can allow diamond operator usage.
* @throws Exception If error
* @todo #715:30min add test for next situation
* `return @code{new ArrayList<String>();}`
* `@code{return new ArrayList&lt;String&gt;();}`
*/
@Test
public void allowsDiamondOperatorUsage() throws Exception {
Expand Down

0 comments on commit 124b1a8

Please sign in to comment.