| opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/NewIndexPanel.java | ●●●●● patch | view | raw | blame | history |
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/NewIndexPanel.java
@@ -344,9 +344,8 @@ private String getAttributeName() { CategorizedComboBoxElement o = (CategorizedComboBoxElement)attributes.getSelectedItem(); return o != null ? o.toString() : null; CategorizedComboBoxElement o = (CategorizedComboBoxElement) attributes.getSelectedItem(); return o != null ? o.getValue().toString() : null; } /**