From 88d75569b527d7fbbc90b364f58dcf3c4242ca85 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Tue, 14 Jul 2015 09:40:14 -0700 Subject: [PATCH] Fix typo --- .../cloud/service/keyval/RedisConnectionFactoryCreator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-spring-service-connector/src/main/java/org/springframework/cloud/service/keyval/RedisConnectionFactoryCreator.java b/spring-cloud-spring-service-connector/src/main/java/org/springframework/cloud/service/keyval/RedisConnectionFactoryCreator.java index eac44a3..e332f79 100644 --- a/spring-cloud-spring-service-connector/src/main/java/org/springframework/cloud/service/keyval/RedisConnectionFactoryCreator.java +++ b/spring-cloud-spring-service-connector/src/main/java/org/springframework/cloud/service/keyval/RedisConnectionFactoryCreator.java @@ -39,7 +39,7 @@ public class RedisConnectionFactoryCreator extends AbstractServiceConnectorCreat connectionFactory.afterPropertiesSet(); return connectionFactory; } else { - throw new ServiceConnectorCreationException("Failed to created cloud Redis connection factory for " + throw new ServiceConnectorCreationException("Failed to create cloud Redis connection factory for " + serviceInfo.getId() + " service. Jedis client implementation class (" + REDIS_CLIENT_CLASS_NAME + ") not found"); }