[xmlsectool] branch master updated: JPAR-131 - Fix doclint issues
Ian Young
ian at iay.org.uk
Thu Dec 19 14:17:36 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=e3d03a8dd5261fc682905fef100435e46181af6a
The following commit(s) were added to refs/heads/master by this push:
new e3d03a8 JPAR-131 - Fix doclint issues
e3d03a8 is described below
commit e3d03a8dd5261fc682905fef100435e46181af6a
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Dec 19 19:13:25 2019 +0000
JPAR-131 - Fix doclint issues
https://issues.shibboleth.net/jira/browse/JPAR-131
---
src/main/java/net/shibboleth/tool/xmlsectool/SchemaValidator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/tool/xmlsectool/SchemaValidator.java b/src/main/java/net/shibboleth/tool/xmlsectool/SchemaValidator.java
index 76abc5f..d9ed534 100644
--- a/src/main/java/net/shibboleth/tool/xmlsectool/SchemaValidator.java
+++ b/src/main/java/net/shibboleth/tool/xmlsectool/SchemaValidator.java
@@ -56,7 +56,7 @@ public class SchemaValidator {
*
* @param schemaLanguage schema language in use: either XSD or RELAX
* @param schemaLocation location of the schema description (may be a directory of schema files)
- * @throws SAXException
+ * @throws SAXException if there is a problem converting the schema sources into a schema
*/
public SchemaValidator(@Nonnull final SchemaLanguage schemaLanguage, @Nonnull final File schemaLocation)
throws SAXException {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list