[java-identity-provider] branch main updated: Fix javadoc.

Scott Cantor cantor.2 at osu.edu
Wed Jul 12 02:32:41 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=11771d6f0ba6dccee3cbb507f5eb0aff4baec709

The following commit(s) were added to refs/heads/main by this push:
     new 11771d6f0 Fix javadoc.
11771d6f0 is described below

commit 11771d6f0ba6dccee3cbb507f5eb0aff4baec709
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 11 22:32:15 2023 -0400

    Fix javadoc.
---
 .../main/java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java
index 64ff64b03..85db6ceff 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java
@@ -148,7 +148,7 @@ public class FinalizeJettyBase {
     }
 
     /** Rewrite any property names needed.
-     * @throws IOException
+     * @throws IOException on a failed update
      */
     private void updateIdPini() throws IOException {
         final PropertiesWithComments props = new PropertiesWithComments();

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


More information about the commits mailing list