[java-identity-provider] branch main updated: Fix javadoc error.
Scott Cantor
cantor.2 at osu.edu
Sat Sep 5 01:38:47 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor 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=e824f611d873b24339eb21c3a9f04100ade9cd51
The following commit(s) were added to refs/heads/main by this push:
new e824f611d Fix javadoc error.
e824f611d is described below
commit e824f611d873b24339eb21c3a9f04100ade9cd51
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 4 21:34:33 2020 -0400
Fix javadoc error.
---
.../src/main/java/net/shibboleth/idp/module/authn/IPAddress.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 ed54564b3..060834666 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
@@ -30,8 +30,8 @@ public final class IPAddress extends PropertyDrivenIdPModule {
/**
* Constructor.
*
- * @throws ModuleException
- * @throws IOException
+ * @throws ModuleException on error
+ * @throws IOException on error
*/
public IPAddress() throws IOException, ModuleException {
super(IPAddress.class);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list