[spring-extensions] branch master updated: Fix exception message.

Scott Cantor cantor.2 at osu.edu
Tue Dec 31 11:26:50 EST 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=8498f15f018fb2b1ef6b0c5db24b3047a0b37135

The following commit(s) were added to refs/heads/master by this push:
       new  8498f15   Fix exception message.
8498f15 is described below

commit 8498f15f018fb2b1ef6b0c5db24b3047a0b37135
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 31 11:26:42 2019 -0500

    Fix exception message.
---
 .../net/shibboleth/ext/spring/service/AbstractServiceableComponent.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/ext/spring/service/AbstractServiceableComponent.java b/src/main/java/net/shibboleth/ext/spring/service/AbstractServiceableComponent.java
index ae2c0c6..3f47bb5 100644
--- a/src/main/java/net/shibboleth/ext/spring/service/AbstractServiceableComponent.java
+++ b/src/main/java/net/shibboleth/ext/spring/service/AbstractServiceableComponent.java
@@ -133,7 +133,7 @@ public abstract class AbstractServiceableComponent<T> extends AbstractIdentifiab
         super.doInitialize();
         if (applicationContext == null) {
             throw new ComponentInitializationException(getId()
-                    + ": Application context not set ConfigurableApplicationContext");
+                    + ": Application context not set");
         }
         if (!(applicationContext instanceof ConfigurableApplicationContext)) {
             throw new ComponentInitializationException(getId()

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


More information about the commits mailing list