[java-identity-provider] branch main updated: Javadoc fixes.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 1 12:18:15 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=33df8769e198e496ea516f63441a041c8c6ac293
The following commit(s) were added to refs/heads/main by this push:
new 33df8769e Javadoc fixes.
33df8769e is described below
commit 33df8769e198e496ea516f63441a041c8c6ac293
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 1 08:18:12 2020 -0400
Javadoc fixes.
---
.../src/main/java/net/shibboleth/idp/module/impl/CoreIdPModule.java | 2 +-
.../src/main/java/net/shibboleth/idp/module/impl/PluginIdPModule.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/CoreIdPModule.java b/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/CoreIdPModule.java
index 8243eeeee..b7f08f499 100644
--- a/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/CoreIdPModule.java
+++ b/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/CoreIdPModule.java
@@ -27,7 +27,7 @@ import net.shibboleth.idp.module.PropertyDrivenIdPModule;
import net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty;
/**
- * Implementation base class for {@IdPModules} that live within the core code
+ * Implementation base class for {@IdPModule} that lives within the core code
* and whose documentation URLs will float with the IdP's own.
*
*/
diff --git a/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/PluginIdPModule.java b/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/PluginIdPModule.java
index 832e29426..c79bff197 100644
--- a/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/PluginIdPModule.java
+++ b/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/PluginIdPModule.java
@@ -27,7 +27,7 @@ import net.shibboleth.idp.module.PropertyDrivenIdPModule;
import net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty;
/**
- * Implementation base class for {@IdPModules} that are shipped in plugins
+ * Implementation base class for {@IdPModule} that is shipped in a plugin
* produced by the Shibboleth Project ourselves and for which the documentation
* will be in the wiki in a fixed location.
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list