[java-identity-provider] branch main updated: Javadoc.

Scott Cantor cantor.2 at osu.edu
Thu Jun 8 14:44:50 UTC 2023


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=c76cc5b52a66563f9e3acc5845f64b94b6cde2b6

The following commit(s) were added to refs/heads/main by this push:
     new c76cc5b52 Javadoc.
c76cc5b52 is described below

commit c76cc5b52a66563f9e3acc5845f64b94b6cde2b6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 8 10:44:47 2023 -0400

    Javadoc.
---
 .../src/main/java/net/shibboleth/idp/module/AbstractIdPModule.java       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-admin-api/src/main/java/net/shibboleth/idp/module/AbstractIdPModule.java b/idp-admin-api/src/main/java/net/shibboleth/idp/module/AbstractIdPModule.java
index d70aa8689..a8aefd4b4 100644
--- a/idp-admin-api/src/main/java/net/shibboleth/idp/module/AbstractIdPModule.java
+++ b/idp-admin-api/src/main/java/net/shibboleth/idp/module/AbstractIdPModule.java
@@ -36,6 +36,7 @@ public abstract class AbstractIdPModule extends AbstractModule implements IdPMod
     /** Base extension for adding new default files. */
     @Nonnull @NotEmpty public static final String IDPNEW_EXT_BASE = ".idpnew";
 
+    /** Constructor. */
     public AbstractIdPModule() {
         super(Version.getVersion(), IDPNEW_EXT_BASE, IDPSAVE_EXT);
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list