[java-identity-provider] branch main updated: javadoc
Rod Widdowson
rdw at steadingsoftware.com
Sat Sep 5 09:37:19 UTC 2020
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=ab7b2b4e6351309d933cf1a7a2fcd734954c8a0b
The following commit(s) were added to refs/heads/main by this push:
new ab7b2b4e6 javadoc
ab7b2b4e6 is described below
commit ab7b2b4e6351309d933cf1a7a2fcd734954c8a0b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Sep 5 10:37:15 2020 +0100
javadoc
---
.../src/main/java/net/shibboleth/idp/module/authn/IPAddress.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/java/net/shibboleth/idp/module/authn/IPAddress.java b/idp-conf-impl/src/main/java/net/shibboleth/idp/module/authn/IPAddress.java
index 060834666..cf5a653ee 100644
--- a/idp-conf-impl/src/main/java/net/shibboleth/idp/module/authn/IPAddress.java
+++ b/idp-conf-impl/src/main/java/net/shibboleth/idp/module/authn/IPAddress.java
@@ -19,11 +19,12 @@ package net.shibboleth.idp.module.authn;
import java.io.IOException;
+import net.shibboleth.idp.module.IdPModule;
import net.shibboleth.idp.module.ModuleException;
import net.shibboleth.idp.module.PropertyDrivenIdPModule;
/**
- * {@IdPModule} implementation.
+ * {@link IdPModule} implementation.
*/
public final class IPAddress extends PropertyDrivenIdPModule {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list