Skip to content

Commit

Permalink
cleaning up JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
oshoukry committed Aug 2, 2019
1 parent b5e2375 commit 3c8738f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -69,6 +69,8 @@ public TestClassMustBeProperlyNamedRule() {
* the prefix list to use. * the prefix list to use.
* @param suffixes * @param suffixes
* the suffix list to use * the suffix list to use
* @param annotations
* collection of annotations considered test markers (for example @Test in JUnit)
*/ */
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
public TestClassMustBeProperlyNamedRule(Collection<String> prefixes, public TestClassMustBeProperlyNamedRule(Collection<String> prefixes,
Expand Down

0 comments on commit 3c8738f

Please sign in to comment.