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

jvergara
28.14.2009 66962c445640f43cf0b1a0bfef5afc9f05e511ac
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -249,9 +249,10 @@
  }
  /**
   * Returns the absolute path for the given parentPath and relativePath.
   * Returns the absolute path for the given file.  It tries to get the
   * canonical file path.  If it fails it returns the string representation.
   * @param f File to get the path
   * @return the absolute path for the given parentPath and relativePath.
   * @return the absolute path for the given file.
   */
  public static String getPath(File f)
  {