updated javadoc

This commit is contained in:
jstaerk
2021-12-16 12:16:40 +01:00
parent 6274e215c5
commit 2ba9607d0d

View File

@@ -57,7 +57,7 @@ public class XMLValidator extends Validator {
/*** /***
* set source file * set source file
* @param name the absolute filename of an xml file to validate * @param name the absolute filename of an xml file to validate
* @throws IrrecoverableValidationError * @throws IrrecoverableValidationError if e.g. the file can not be found, or does not contain XML, so no further validation can take place
*/ */
@Override @Override
public void setFilename(String name) throws IrrecoverableValidationError { // from XML Filename public void setFilename(String name) throws IrrecoverableValidationError { // from XML Filename