|
|
@@ -457,7 +457,7 @@ public class Symlink extends DispatchTask { |
|
|
} catch (IOException ioe) { |
|
|
} catch (IOException ioe) { |
|
|
throw new BuildException(ioe, getLocation()); |
|
|
throw new BuildException(ioe, getLocation()); |
|
|
} finally { |
|
|
} finally { |
|
|
FILE_UTILS.close(bos); |
|
|
|
|
|
|
|
|
FileUtils.close(bos); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|