Fix various typos
Fix a variety of typos throughout the project, primarily in comments (javadoc or otherwise) but also in a handful of log messages and a couple exception messages. ISSUE: SPR-11123
This commit is contained in:
@@ -67,7 +67,7 @@ public class DelegatePerTargetObjectIntroductionInterceptor extends Introduction
|
||||
public DelegatePerTargetObjectIntroductionInterceptor(Class<?> defaultImplType, Class<?> interfaceType) {
|
||||
this.defaultImplType = defaultImplType;
|
||||
this.interfaceType = interfaceType;
|
||||
// cCeate a new delegate now (but don't store it in the map).
|
||||
// Create a new delegate now (but don't store it in the map).
|
||||
// We do this for two reasons:
|
||||
// 1) to fail early if there is a problem instantiating delegates
|
||||
// 2) to populate the interface map once and once only
|
||||
|
||||
Reference in New Issue
Block a user