Skip to content

Commit

Permalink
#98 aibolit.P13 (null check) suppressed in CommentDirective
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2020
1 parent f567215 commit 489f1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/xembly/CommentDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,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 489f1e7

Please sign in to comment.