You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2015/02/12 21:16:16 UTC

[2/3] ant git commit: whitespace

whitespace


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/e09e4bba
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/e09e4bba
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/e09e4bba

Branch: refs/heads/master
Commit: e09e4bbac6daab60e48cd57d15e1e4ccef1504b2
Parents: 207ce00
Author: Stefan Bodewig <bo...@apache.org>
Authored: Thu Feb 12 21:15:38 2015 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Thu Feb 12 21:15:38 2015 +0100

----------------------------------------------------------------------
 src/main/org/apache/tools/ant/util/JavaEnvUtils.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/e09e4bba/src/main/org/apache/tools/ant/util/JavaEnvUtils.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/util/JavaEnvUtils.java b/src/main/org/apache/tools/ant/util/JavaEnvUtils.java
index 9ed62c3..c91bf76 100644
--- a/src/main/org/apache/tools/ant/util/JavaEnvUtils.java
+++ b/src/main/org/apache/tools/ant/util/JavaEnvUtils.java
@@ -219,10 +219,10 @@ public final class JavaEnvUtils {
     private static void checkForJava9() throws Exception {
     	Class<?> clazz = Class.forName("javax.lang.model.SourceVersion");
     	clazz.getDeclaredField("RELEASE_9");
-	}
+    }
 
 
-	/**
+    /**
      * Returns the version of Java this class is running under.
      * This number can be used for comparisons; it will always be
      * @return the version of Java as a number 10x the major/minor,
@@ -425,7 +425,7 @@ public final class JavaEnvUtils {
     private static void buildJrePackages() {
         jrePackages = new Vector<String>();
         switch(javaVersionNumber) {
-        	case VERSION_1_9:
+            case VERSION_1_9:
             case VERSION_1_8:
             case VERSION_1_7:
             case VERSION_1_6: