This commit is contained in:
Ilayaperumal Gopinathan
2015-07-14 09:40:14 -07:00
parent ae773dcaf4
commit 88d75569b5

View File

@@ -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");
}