Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Oct 13, 2024
1 parent 6962828 commit 0466014
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ public void postValidate() throws XPathException {
/**
* This is called to create an Expression object which is added to the expression tree.
* @param exec a non-nullable saxon executable
* @return a new BarcodeExpression instance using the message & orientation expressions
* @throws XPathException
* @return a new BarcodeExpression instance using the message & orientation expressions
* @throws XPathException not thrown by this implementation
* @see net.sf.saxon.style.StyleElement#compile(net.sf.saxon.instruct.Executable)
*/
//@Nullable & arg is non-null
Expand Down

0 comments on commit 0466014

Please sign in to comment.