Skip to content

Commit

Permalink
#98 aibolit.P13 (null check) suppressed in PiDirective
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2020
1 parent 8784a61 commit f1b74d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/xembly/PiDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public String toString() {
}

@Override
@SuppressWarnings("aibolit.P13")
public Directive.Cursor exec(final Node dom,
final Directive.Cursor cursor, final Directive.Stack stack) {
final Document doc;
Expand Down

0 comments on commit f1b74d8

Please sign in to comment.