summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lookup
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/c2kernel/lookup')
-rw-r--r--src/main/java/com/c2kernel/lookup/LDAPLookup.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/com/c2kernel/lookup/LDAPLookup.java b/src/main/java/com/c2kernel/lookup/LDAPLookup.java
index 23d30d4..c6f86d0 100644
--- a/src/main/java/com/c2kernel/lookup/LDAPLookup.java
+++ b/src/main/java/com/c2kernel/lookup/LDAPLookup.java
@@ -18,7 +18,6 @@ import com.c2kernel.process.Gateway;
import com.c2kernel.property.PropertyDescription;
import com.c2kernel.property.PropertyDescriptionList;
import com.c2kernel.utils.Logger;
-import com.c2kernel.utils.Resource;
import com.novell.ldap.LDAPAttributeSet;
import com.novell.ldap.LDAPConnection;
import com.novell.ldap.LDAPDN;
@@ -300,7 +299,7 @@ public class LDAPLookup
public void install() throws ObjectNotFoundException
{
createBootTree();
- initTree( Resource.getTextResource(null, "boot/LDAPboot.txt"));
+ initTree( Gateway.getResource().getTextResource(null, "boot/LDAPboot.txt"));
}
public void initTree(String bootFile)