Browse Source

spacing

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277898 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
0641431ea7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/Diagnostics.java

+ 1
- 1
src/main/org/apache/tools/ant/Diagnostics.java View File

@@ -281,7 +281,7 @@ public final class Diagnostics {
String home = System.getProperty(Launcher.USER_HOMEDIR); String home = System.getProperty(Launcher.USER_HOMEDIR);
out.println("user.home: " + home); out.println("user.home: " + home);
File libDir = new File(home, File libDir = new File(home,
Launcher.ANT_PRIVATEDIR+File.separator + Launcher.ANT_PRIVATELIB);
Launcher.ANT_PRIVATEDIR + File.separator + Launcher.ANT_PRIVATELIB);
File[] libs = listJarFiles(libDir); File[] libs = listJarFiles(libDir);
printLibraries(libs, out); printLibraries(libs, out);
} }


Loading…
Cancel
Save