Browse Source

whitespace

master
Stefan Bodewig 7 years ago
parent
commit
edb27a348d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java View File

@@ -559,8 +559,8 @@ public class Symlink extends DispatchTask {
"listing properties");
} catch (IOException ex) {
log("failed to log unshortened properties");
lnks.list(new PrintStream(
new LogOutputStream(this, Project.MSG_INFO)));
lnks.list(new PrintStream(
new LogOutputStream(this, Project.MSG_INFO)));
}
// Write the contents to our master list of links
// This method assumes that all links are defined in


Loading…
Cancel
Save