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

Matthew Swift
23.36.2012 25859d8837709d2ca46211770c4096645e02705f
Fix Javadoc warning.
1 files modified
3 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/util/FileManager.java 3 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/FileManager.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 */
package org.opends.quicksetup.util;
@@ -486,7 +487,7 @@
    /**
     * Returns the destination file that is the result of copying
     * <code>objectFile</code> to <code>destDir</code>.
     * @return
     * @return The destination file.
     */
    public File getDestination() {
      return this.destination;