[java-identity-provider] branch main updated: Fix javadocs.
Scott Cantor
cantor.2 at osu.edu
Fri Oct 2 12:51:56 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=9f5f8c616a4aa96e20fcd3bfd3d40adced39b60e
The following commit(s) were added to refs/heads/main by this push:
new 9f5f8c616 Fix javadocs.
9f5f8c616 is described below
commit 9f5f8c616a4aa96e20fcd3bfd3d40adced39b60e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 2 08:51:53 2020 -0400
Fix javadocs.
---
.../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 b7f08f499..b79e99265 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 {@IdPModule} that lives within the core code
+ * Implementation base class for {@link 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 c79bff197..69199f333 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 {@IdPModule} that is shipped in a plugin
+ * Implementation base class for {@link 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