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

jvergara
17.00.2007 70ab7febb6f900213082c60a44beb9c05b331efa
Fix for issue 2125.  The bug was generated because the DatabaseTableModel now returns Message objects.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/statuspanel/StatusCli.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/statuspanel/StatusCli.java
@@ -817,6 +817,10 @@
          {
            value = Message.raw((String)v);
          }
          else if (v instanceof Message)
          {
            value = (Message)v;
          }
          else if (v instanceof Integer)
          {
            int nEntries = ((Integer)v).intValue();