From 0466014ed8154a44079477d1916ab6dd9f81cb0b Mon Sep 17 00:00:00 2001 From: singingbush Date: Sun, 13 Oct 2024 09:38:52 +0100 Subject: [PATCH] fix javadoc --- .../org/krysalis/barcode4j/saxon8/BarcodeStyleElement.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/barcode4j-saxon8/src/main/java/org/krysalis/barcode4j/saxon8/BarcodeStyleElement.java b/barcode4j-saxon8/src/main/java/org/krysalis/barcode4j/saxon8/BarcodeStyleElement.java index c0ea84b..9cd4836 100644 --- a/barcode4j-saxon8/src/main/java/org/krysalis/barcode4j/saxon8/BarcodeStyleElement.java +++ b/barcode4j-saxon8/src/main/java/org/krysalis/barcode4j/saxon8/BarcodeStyleElement.java @@ -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