Skip to content

Commit

Permalink
checkstyle violations
Browse files Browse the repository at this point in the history
  • Loading branch information
Paurikova2 committed Nov 27, 2024
1 parent 58f8c15 commit 6f432bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ final public XdmValue call(XdmValue[] xdmValues) throws SaxonApiException {
log.warn("Empty value in call of function of StringXslFunction type");
val = "";
}

return new XdmAtomicValue(checks(getStringResult(val)));
}

Expand Down

0 comments on commit 6f432bc

Please sign in to comment.