[xmlsectool] branch master updated: JPAR-131 - Fix doclint issues
Ian Young
ian at iay.org.uk
Mon Dec 30 11:53:30 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=e22cc3fd3b4cded8a6f3f62dfd32591f2233df20
The following commit(s) were added to refs/heads/master by this push:
new e22cc3f JPAR-131 - Fix doclint issues
e22cc3f is described below
commit e22cc3fd3b4cded8a6f3f62dfd32591f2233df20
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Dec 30 16:53:25 2019 +0000
JPAR-131 - Fix doclint issues
https://issues.shibboleth.net/jira/browse/JPAR-131
---
src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java b/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java
index caac786..61134c8 100644
--- a/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java
+++ b/src/test/java/net/shibboleth/tool/xmlsectool/BaseTest.java
@@ -80,7 +80,11 @@ public abstract class BaseTest {
/** Initialized parser pool used to parser data. */
private BasicParserPool parserPool;
- /** Constructor */
+ /**
+ * Constructor
+ *
+ * @param clazz class under test
+ */
protected BaseTest(final Class<?> clazz) {
testingClass = clazz;
baseClassPath = nameToPath(testingClass.getName());
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list