Fixed typos

This commit is contained in:
Ulrik Sandberg
2009-01-08 13:22:29 +00:00
parent 769766d4fd
commit 4fe61840d6
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ public class DelegatingLdapContext extends DelegatingDirContext implements LdapC
return this.delegateLdapContext;
}
// cannot return subtype in overriden method unless Java5
// cannot return subtype in overridden method unless Java5
public DirContext getDelegateDirContext() {
return this.getDelegateLdapContext();
}

View File

@@ -413,7 +413,7 @@ public class PoolingContextSource implements ContextSource, DisposableBean {
*
* @param dirContextType The type of context to return.
* @return A wrapped DirContext of the specified type.
* @throws DataAccessResourceFailureException If retreiving the object from
* @throws DataAccessResourceFailureException If retrieving the object from
* the pool throws an exception
*/
protected DirContext getContext(DirContextType dirContextType) {