[spring-extensions] branch master updated: Fix error message.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 24 18:49:02 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=81ae657e1f8daf5f9f5fcb8f0a8ae1494f7b318a
The following commit(s) were added to refs/heads/master by this push:
new 81ae657 Fix error message.
81ae657 is described below
commit 81ae657e1f8daf5f9f5fcb8f0a8ae1494f7b318a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 24 18:46:38 2019 -0400
Fix error message.
---
src/main/java/net/shibboleth/ext/spring/factory/ProxiedFactoryBean.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/factory/ProxiedFactoryBean.java b/src/main/java/net/shibboleth/ext/spring/factory/ProxiedFactoryBean.java
index 6129329..737f022 100644
--- a/src/main/java/net/shibboleth/ext/spring/factory/ProxiedFactoryBean.java
+++ b/src/main/java/net/shibboleth/ext/spring/factory/ProxiedFactoryBean.java
@@ -66,7 +66,7 @@ public class ProxiedFactoryBean<T> extends AbstractFactoryBean<T> {
@Nonnull @ParameterName(name="type") final Class<T> type) {
beanType = Constraint.isNotNull(type, "Bean type cannot be null");
- contextService = Constraint.isNotNull(service, "FlowDescriptorResolver component cannot be null");
+ contextService = Constraint.isNotNull(service, "Managed ApplicationContext service component cannot be null");
}
/**
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list