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

Gaetan Boismal
13.51.2015 69aff3ddcbf75ff1f1e9e9b593f16500b4ed3cfd
OPENDJ-1943 Fix control panel new index

* NewIndexPanel.java
** Revert changes from revision 10554
1 files modified
5 ■■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/NewIndexPanel.java 5 ●●●●● 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;
  }
  /**