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

lutoff
23.52.2009 5a726240a2e3fc25d7d324ff483567ec4b1b06ee
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.quicksetup.util;
@@ -1214,7 +1214,7 @@
    try
    {
      line = reader.readLine();
      File instanceLoc =  new File (line);
      File instanceLoc =  new File (line.trim());
      if (instanceLoc.isAbsolute())
      {
        return instanceLoc.getAbsolutePath();