opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/FileManager.java
@@ -530,7 +530,10 @@ } if (!objectFile.renameTo(destination)) { throw ApplicationException.createFileSystemException( "failed to move " + objectFile + " to " + destination, null); getMsg("error-failed-moving-file", Utils.getPath(objectFile), Utils.getPath(destination)), null); } } }