[java-identity-provider] branch main updated: Fix typo

Rod Widdowson rdw at steadingsoftware.com
Fri Jul 12 10:59:12 UTC 2024


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=0f6d3debd14d1818995653cf0b99f9cd11dd91f5

The following commit(s) were added to refs/heads/main by this push:
     new 0f6d3debd Fix typo
0f6d3debd is described below

commit 0f6d3debd14d1818995653cf0b99f9cd11dd91f5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jul 12 11:59:07 2024 +0100

    Fix typo
---
 .../java/net/shibboleth/idp/installer/impl/CurrentInstallState.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/CurrentInstallState.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/CurrentInstallState.java
index 666df1254..ab359aaa5 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/CurrentInstallState.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/CurrentInstallState.java
@@ -155,7 +155,7 @@ public final class CurrentInstallState extends AbstractInitializableComponent {
         idpPropertiesPresent = Files.exists(targetDir.resolve("conf").resolve("idp.properties"));
         ldapPropertiesPresent = Files.exists(targetDir.resolve("conf").resolve("ldap.properties"));
         if (Files.exists(targetDir.resolve("system"))) {
-            log.error("'system' folder exists emove this and make appropriate changes to web.xml before proceeding");
+            log.error("'system' folder exists remove this and make appropriate changes to web.xml before proceeding");
             log.error("see https://shibboleth.atlassian.net/wiki/spaces/IDP5/pages/3199500925/Upgrading");
             throw new ComponentInitializationException("'systems folder exists");
         }
@@ -281,4 +281,4 @@ public final class CurrentInstallState extends AbstractInitializableComponent {
         return installedPluginsLoader;
     }
     
-}
\ No newline at end of file
+}

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


More information about the commits mailing list