Skip to content

Commit

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

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

0 comments on commit c77a514

Please sign in to comment.