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

jvergara
26.16.2007 59b4905a66a5db370e6d0de5f7cb6dcd314ef443
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);
  }
  /**