mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
13.51.2015 5f13e2376a2391bdf5d3e17f69a0ca1cf006457b
opendj-sdk/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;
  }
  /**