[java-identity-provider] branch main updated: javadoc
Rod Widdowson
rdw at steadingsoftware.com
Wed May 10 09:34:24 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=97ad78c1eace0a18ff7b95db4b5f564a789e25b4
The following commit(s) were added to refs/heads/main by this push:
new 97ad78c1e javadoc
97ad78c1e is described below
commit 97ad78c1eace0a18ff7b95db4b5f564a789e25b4
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed May 10 10:34:16 2023 +0100
javadoc
---
.../src/test/java/net/shibboleth/idp/test/flows/AbstractFlowTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-conf/src/test/java/net/shibboleth/idp/test/flows/AbstractFlowTest.java b/idp-conf/src/test/java/net/shibboleth/idp/test/flows/AbstractFlowTest.java
index 7fc432563..99b92dd43 100644
--- a/idp-conf/src/test/java/net/shibboleth/idp/test/flows/AbstractFlowTest.java
+++ b/idp-conf/src/test/java/net/shibboleth/idp/test/flows/AbstractFlowTest.java
@@ -347,7 +347,7 @@ public abstract class AbstractFlowTest extends AbstractTestNGSpringContextTests
}
/** Helper to allow enabling of a module for an individual test/group of tests.
- * @param module the module to enable
+ * @param moduleId the module to enable
* @throws ModuleException if the enabling fails
*/
protected void enableModule(final @Nonnull String moduleId) throws ModuleException {
@@ -362,7 +362,7 @@ public abstract class AbstractFlowTest extends AbstractTestNGSpringContextTests
}
/** Helper to allow disabling of a module for an individual test/group of tests.
- * @param module the module to enable
+ * @param moduleId the module to enable
* @throws ModuleException if the enabling fails
*/
protected void disableModule(final @Nonnull String moduleId) throws ModuleException {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list