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

Jean-Noel Rouvignac
06.42.2015 e79461c53adce17f83f30954f8a03d67bb761a1f
opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/UIFactory.java
@@ -779,7 +779,7 @@
   */
  public static <T> JList<T> makeJList(TextStyle textStyle)
  {
    final JList<T> list = new JList<T>();
    final JList<T> list = new JList<>();
    list.setCellRenderer(makeCellRenderer(textStyle));
    return list;
  }