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

jvergara
17.00.2007 edafd8f1e9632d2c1863aa1495b027fb2cc75c2b
Fix for issue 2125.  The bug was generated because the DatabaseTableModel now returns Message objects.
1 files modified
4 ■■■■ changed files
opends/src/guitools/org/opends/guitools/statuspanel/StatusCli.java 4 ●●●● patch | view | raw | blame | history
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();