opendj3-server-dev/src/guitools/org/opends/guitools/controlpanel/ui/NewAttributePanel.java
@@ -801,7 +801,7 @@ } } private SubstringMatchingRule getSubstringMatchingRule() private MatchingRule getSubstringMatchingRule() { if (substring.getSelectedIndex() == 0) { @@ -809,7 +809,7 @@ } else { return (SubstringMatchingRule)substring.getSelectedItem(); return (MatchingRule)substring.getSelectedItem(); } }