Skip to content

Commit

Permalink
#98 aibolit.P13 (null check) suppressed in XpathDirective
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2020
1 parent 8824e41 commit 8784a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/xembly/XpathDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
* @since 0.1
*/
@EqualsAndHashCode(of = "expr")
@SuppressWarnings("aibolit.P13")
final class XpathDirective implements Directive {

/**
Expand Down

0 comments on commit 8784a61

Please sign in to comment.