Skip to content

Commit

Permalink
Issue checkstyle#5879: Suppression xpath single filter
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunghanjacktsai committed Nov 13, 2018
1 parent 13c2ef7 commit 177882d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,6 @@
import com.puppycrawl.tools.checkstyle.api.CheckstyleException;
import com.puppycrawl.tools.checkstyle.api.ExternalResourceHolder;
import net.sf.saxon.sxpath.XPathExpression;
import org.w3c.dom.traversal.TreeWalker;

public class SuppressionXpathSingleFilter extends AutomaticBean implements
TreeWalkerFilter, ExternalResourceHolder {
Expand Down
Expand Up @@ -216,4 +216,5 @@ public boolean equals(Object other) {
&& Objects.equals(moduleId, xpathFilter.moduleId)
&& Objects.equals(xpathQuery, xpathFilter.xpathQuery);
}

}

0 comments on commit 177882d

Please sign in to comment.