summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/lookup/LDAPLookup.java
diff options
context:
space:
mode:
Diffstat (limited to 'source/com/c2kernel/lookup/LDAPLookup.java')
-rw-r--r--source/com/c2kernel/lookup/LDAPLookup.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/com/c2kernel/lookup/LDAPLookup.java b/source/com/c2kernel/lookup/LDAPLookup.java
index 9bae873..39744ac 100644
--- a/source/com/c2kernel/lookup/LDAPLookup.java
+++ b/source/com/c2kernel/lookup/LDAPLookup.java
@@ -41,10 +41,10 @@ public class LDAPLookup
{
private LDAPConnection mLDAPConn;
- private LDAPProperties mLDAPProps;
- private NextKeyManager mNextKeyManager;
+ private final LDAPProperties mLDAPProps;
+ private final NextKeyManager mNextKeyManager;
private LDAPPropertyManager mPropManager;
- private LDAPRoleManager mRoleManager;
+ private final LDAPRoleManager mRoleManager;
@@ -302,10 +302,10 @@ public class LDAPLookup
LDAPLookupUtils.createCristalContext(getConnection(), Path.mLocalPath);
}
- public void install()
+ public void install() throws ObjectNotFoundException
{
createBootTree();
- initTree( Resource.getTextResource("boot/LDAPboot.txt"));
+ initTree( Resource.getTextResource(null, "boot/LDAPboot.txt"));
}
public void initTree(String bootFile)