Fixed javadoc typo.
This commit is contained in:
parent
f06e7b12c3
commit
d69cc899d0
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue