Skip to content

Commit

Permalink
whitespaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Sep 3, 2012
1 parent ee2d2d6 commit a80226c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -114,7 +114,7 @@ private EmbeddedCacheManager locateCacheManager(String jndiNamespace, Properties
return (EmbeddedCacheManager) ctx.lookup( jndiNamespace );
}
catch ( NamingException ne ) {
String msg = "Unable to retrieve CacheManager from JNDI [" + jndiNamespace + "]";
String msg = "Unable to retrieve CacheManager from JNDI [" + jndiNamespace + "]";
log.unableToRetrieveCacheManagerFromJndi(jndiNamespace, ne);
throw new SearchException( msg );
}
Expand Down

0 comments on commit a80226c

Please sign in to comment.