Skip to content

Commit 13a31eb

Browse files
committed
Fixed Javadoc error
1 parent 966a7bc commit 13a31eb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

phive-xml/src/main/java/com/helger/phive/xml/executorset/VesXmlBuilder.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,7 @@ private VesXmlBuilder _addXSD (@NonNull final ValidationExecutorXSD aXSD)
335335
* Add a Schematron validation executor.
336336
*
337337
* @param aSchematron
338-
* The Schematron executor, typically created via
339-
* {@link PhiveRulesUBLHelper#createXSLT_UBL21(IReadableResource)},
340-
* {@link PhiveRulesCIIHelper#createXSLT_CII_D16B(IReadableResource)} or similar helper
341-
* methods. May not be <code>null</code>.
338+
* The Schematron executor. May not be <code>null</code>.
342339
* @return this for chaining
343340
*/
344341
@NonNull

0 commit comments

Comments
 (0)