diff options
Diffstat (limited to 'source/com/c2kernel/lifecycle/chooser/LDAPEntryChooser.java')
| -rw-r--r--[-rwxr-xr-x] | source/com/c2kernel/lifecycle/chooser/LDAPEntryChooser.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/com/c2kernel/lifecycle/chooser/LDAPEntryChooser.java b/source/com/c2kernel/lifecycle/chooser/LDAPEntryChooser.java index c2cdb0c..6e91469 100755..100644 --- a/source/com/c2kernel/lifecycle/chooser/LDAPEntryChooser.java +++ b/source/com/c2kernel/lifecycle/chooser/LDAPEntryChooser.java @@ -8,7 +8,6 @@ import java.awt.Dimension; import java.util.ArrayList;
import java.util.Collections;
import java.util.Enumeration;
-import java.util.Iterator;
import javax.swing.JComboBox;
@@ -20,7 +19,7 @@ public class LDAPEntryChooser extends JComboBox {
DomainPath mDomainPath = null;
- ArrayList<String> allItems = new ArrayList<String>();
+ ArrayList<String> allItems = new ArrayList<>();
public LDAPEntryChooser(DomainPath domPath, boolean editable)
{
|
