[java-identity-provider] branch main updated: Javadoc
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 13 10:25:22 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw 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=7485b0a7238c24cb940c45f03e876f257c469bcf
The following commit(s) were added to refs/heads/main by this push:
new 7485b0a72 Javadoc
7485b0a72 is described below
commit 7485b0a7238c24cb940c45f03e876f257c469bcf
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 13 11:25:19 2023 +0100
Javadoc
---
.../main/java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java | 3 +--
.../src/main/java/net/shibboleth/idp/installer/impl/V5Install.java | 1 -
.../net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java | 2 +-
3 files changed, 2 insertions(+), 4 deletions(-)
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 85db6ceff..64b855242 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
@@ -44,7 +44,7 @@ public class FinalizeJettyBase {
/** Constructor.
- * @throws IOException */
+ * @throws IOException if we are incorrectly configured */
private FinalizeJettyBase() throws IOException {
final String home = System.getProperty("idp.home");
if (home == null) {
@@ -197,5 +197,4 @@ public class FinalizeJettyBase {
public static void main(String[] args) throws IOException {
new FinalizeJettyBase().execute();
}
-
}
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/V5Install.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/V5Install.java
index 17825cc9a..b787b6440 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/V5Install.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/V5Install.java
@@ -192,7 +192,6 @@ public class V5Install {
}
/** Create the properties we need to replace when we merge idp.properties.
- * @param sealerCreated have we just created a sealer
* @return what we need to replace
*/
private Properties getIdPReplacements() {
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
index 1c3948075..6bc0a3c87 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
@@ -500,7 +500,7 @@ public final class PluginInstallerCLI extends AbstractIdPHomeAwareCommandLine<Pl
return RC_OK;
}
- /* Download all plugin info from the provide or "known" location.
+ /** Download all plugin info from the provide or "known" location.
* @return the properties.
*/
private Properties loadAllPluginInfo() {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list