Fixed javadoc typo.

This commit is contained in:
Oleg Sukhodolsky 2003-08-28 06:27:39 +00:00
parent f06e7b12c3
commit d69cc899d0
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class SeverityMatchFilter
mAcceptOnMatch = aAcceptOnMatch;
}
/** @see com.puppycrawl.tools.checkstyle.filter.Filter */
/** @see com.puppycrawl.tools.checkstyle.api.Filter */
public boolean accept(Object aObject)
{
if (!(aObject instanceof AuditEvent)) {