diff options
Diffstat (limited to 'source/com/c2kernel/persistency/LDAPClusterStorage.java')
| -rw-r--r--[-rwxr-xr-x] | source/com/c2kernel/persistency/LDAPClusterStorage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/com/c2kernel/persistency/LDAPClusterStorage.java b/source/com/c2kernel/persistency/LDAPClusterStorage.java index 8e159e0..fb36d9f 100755..100644 --- a/source/com/c2kernel/persistency/LDAPClusterStorage.java +++ b/source/com/c2kernel/persistency/LDAPClusterStorage.java @@ -146,7 +146,7 @@ public class LDAPClusterStorage extends ClusterStorage { else
if (type.equals("")) { // root query
String[] allClusters = new String[0];
- ArrayList clusterList = new ArrayList();
+ ArrayList<String> clusterList = new ArrayList<String>();
if (ldapStore.hasProperties(thisEntity))
clusterList.add(PROPERTY);
allClusters = (String[])clusterList.toArray(allClusters);
|
