Browse Source

untabify

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@912484 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
d7cd65aa7f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/main/org/apache/tools/ant/Diagnostics.java

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

@@ -180,9 +180,9 @@ public final class Diagnostics {
* @since Ant 1.8.0
*/
private static URL getClassLocation(Class clazz) {
if (clazz.getProtectionDomain().getCodeSource() == null) {
return null;
}
if (clazz.getProtectionDomain().getCodeSource() == null) {
return null;
}
return clazz.getProtectionDomain().getCodeSource().getLocation();
}



Loading…
Cancel
Save