Пример #1
0
 @Override
 public int compareTo(final User other) {
   return FormatUtil.stripFormat(getDisplayName())
       .compareToIgnoreCase(FormatUtil.stripFormat(other.getDisplayName()));
 }