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

jvergara
19.21.2009 1a76530746b584fff250cf988fc23fd636f6ee0d
Fix a typo that made the install path to be displayed instead of the install path.
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/tools/status/StatusCli.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/status/StatusCli.java
@@ -705,7 +705,7 @@
  private void writeInstancePathContents(ServerDescriptor desc,
      int maxLabelWidth)
  {
    File path = desc.getInstallPath();
    File path = desc.getInstancePath();
    writeLabelValue(INFO_CTRL_PANEL_INSTANCE_PATH_LABEL.get(),
            Message.raw(path.toString()),
            maxLabelWidth);