Skip to content

Commit

Permalink
#98 aibolit.P13 (null check) suppressed in StrictDirective
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2020
1 parent 489f1e7 commit b4547e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/xembly/StrictDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public Directive.Cursor exec(final Node dom,
* @param nodes Collection of nodes
* @return Text presentation of them
*/
@SuppressWarnings("aibolit.P13")
private static String names(final Iterable<Node> nodes) {
final StringBuilder text = new StringBuilder(0);
for (final Node node : nodes) {
Expand Down

0 comments on commit b4547e9

Please sign in to comment.