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

jvergara
26.16.2007 943a2d7d4cca6371830b33db941af3ec0431fb5c
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Application.java
@@ -682,9 +682,9 @@
   * @param e the exception we want to obtain the representation from.
   * @return a localized representation of a TopologyCacheException object.
   */
  protected String getStringRepresentation(TopologyCacheException e)
  protected Message getMessage(TopologyCacheException e)
  {
    return Utils.getStringRepresentation(e);
    return Utils.getMessage(e);
  }
  /**