[java-identity-provider] 02/03: Typos

Rod Widdowson rdw at steadingsoftware.com
Tue Jun 20 14:51:28 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=31246ab9633bb9845b9297b005db7368deb912ee

commit 31246ab9633bb9845b9297b005db7368deb912ee
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 20 13:23:32 2023 +0100

    Typos
---
 .../main/java/net/shibboleth/idp/admin/impl/ReportUpdateStatus.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/ReportUpdateStatus.java b/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/ReportUpdateStatus.java
index dcae6dffb..0ae8704eb 100644
--- a/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/ReportUpdateStatus.java
+++ b/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/ReportUpdateStatus.java
@@ -46,7 +46,7 @@ import net.shibboleth.shared.primitive.LoggerFactory;
 /**
  * A class to reach out and find out whether we are up to date.
  */
-public class ReportUpdateStatus  extends AbstractIdentifiableInitializableComponent implements Runnable {
+public class ReportUpdateStatus extends AbstractIdentifiableInitializableComponent implements Runnable {
 
     /** Logger. */
     @Nonnull private final Logger log = LoggerFactory.getLogger(ReportUpdateStatus.class);
@@ -68,7 +68,7 @@ public class ReportUpdateStatus  extends AbstractIdentifiableInitializableCompon
      */
     public void setUpdateUrls(@Nullable final List<URL> urls) {
         if (urls == null || urls.isEmpty()) {
-            log.error("Emopty URL update listr specified");
+            log.error("Empty URL update list specified");
         } else {
             updateUrls = urls;
         }
@@ -130,7 +130,7 @@ public class ReportUpdateStatus  extends AbstractIdentifiableInitializableCompon
             assert httpClient!=null;
             final Properties properties = InstallableComponentSupport.loadInfo(updateUrls, httpClient, securityParams);
             if (properties == null) {
-                log.error("Could not located Idp update information");
+                log.error("Could not locate IdP update information");
                 return;
             }
             final InstallableComponentInfo info = new IdPInfo(properties);

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


More information about the commits mailing list