Skip to content

Commit

Permalink
#98 aibolit.P15 ignored in Xembler
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2020
1 parent 722f424 commit 75f177e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/xembly/Xembler.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public Node applyQuietly(final Node dom) {
* @return The same document/node
* @throws ImpossibleModificationException If can't modify
*/
@SuppressWarnings("aibolit.P15")
public Node apply(final Node dom) throws ImpossibleModificationException {
Directive.Cursor cursor = new DomCursor(
Collections.singletonList(dom)
Expand Down

0 comments on commit 75f177e

Please sign in to comment.