This commit is contained in:
Mattias Arthursson
2007-12-07 18:57:12 +00:00
parent 1d8e1759a4
commit a1d1d6980b

View File

@@ -216,7 +216,7 @@ public abstract class AbstractContextSource implements BaseLdapPathContextSource
* @return a new DirContext implpementation initialized with the supplied
* environment.
*/
DirContext createContext(Hashtable environment) {
protected DirContext createContext(Hashtable environment) {
DirContext ctx = null;
try {