Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@464 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams
2008-12-18 14:50:25 +00:00
parent 30b4089a11
commit 2796c55974
87 changed files with 4294 additions and 654 deletions
@@ -253,7 +253,7 @@ public abstract class AbstractAutoProxyCreator extends ProxyConfig
}
public Class<?> predictBeanType(Class<?> beanClass, String beanName) {
public Class<?> predictBeanType(Class<?> beanClass, String beanName) {
Object cacheKey = getCacheKey(beanClass, beanName);
return this.proxyTypes.get(cacheKey);
}