[java-shib-profile] branch main updated: typo in previous

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 25 09:31:55 UTC 2024


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-shib-profile.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=9da4798b9e86f5f7ebf4d7b8d7826a560ec9bb98

The following commit(s) were added to refs/heads/main by this push:
     new 9da4798  typo in previous
9da4798 is described below

commit 9da4798b9e86f5f7ebf4d7b8d7826a560ec9bb98
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 25 10:31:46 2024 +0100

    typo in previous
---
 .../main/java/net/shibboleth/profile/plugin/PropertyDrivenPlugin.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-profile-api/src/main/java/net/shibboleth/profile/plugin/PropertyDrivenPlugin.java b/shib-profile-api/src/main/java/net/shibboleth/profile/plugin/PropertyDrivenPlugin.java
index 3a71c40..0991ad3 100644
--- a/shib-profile-api/src/main/java/net/shibboleth/profile/plugin/PropertyDrivenPlugin.java
+++ b/shib-profile-api/src/main/java/net/shibboleth/profile/plugin/PropertyDrivenPlugin.java
@@ -93,7 +93,7 @@ public abstract class PropertyDrivenPlugin<T extends Module> extends AbstractPlu
      * @throws PluginException if the plugin is not in a valid state
      */
     public PropertyDrivenPlugin(@Nonnull final Class<? extends Plugin<T>> claz) throws IOException, PluginException {
-        this(Constraint.isNotNull(claz.getResourceAsStream(DEFAULT_RESOURCE), "InoutStream cannot be null"));
+        this(Constraint.isNotNull(claz.getResourceAsStream(DEFAULT_RESOURCE), "never get: null resource stream"));
     }
     
     /**

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


More information about the commits mailing list