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

Nicolas Capponi
05.09.2014 76a202544471fed277a51fd90a97ab4a6c438fc8
Checkpoint commit for OPENDJ-1288 : 
Migrate I18n and logging support to i18n framework and SLF4J

* Fix setup in gui mode, that was crashing due to null value passed
to LocalizableMessage#raw() method

* Possibly fix as a side-effect the following issue :
OPENDJ-1332 On Windows, setup (cli mode) fails with NullPointException


1 files modified
4 ■■■■ changed files
opendj-sdk/opendj3-server-dev/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj3-server-dev/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
@@ -862,6 +862,10 @@
  static public JTextComponent makeJTextComponent(LabelFieldDescriptor desc,
      String defaultValue)
  {
    if (defaultValue == null)
    {
      defaultValue = "";
    }
    JTextComponent field;
    switch (desc.getType())
    {