You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2014/04/10 04:17:42 UTC

svn commit: r1586196 - /ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java

Author: antoine
Date: Thu Apr 10 02:17:42 2014
New Revision: 1586196

URL: http://svn.apache.org/r1586196
Log:
fix javadoc comment

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java?rev=1586196&r1=1586195&r2=1586196&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java Thu Apr 10 02:17:42 2014
@@ -212,7 +212,7 @@ public final class JavaEnvUtils {
      * only one hit: a new constant in the class SourceVersion.
      * So we have to check that ...
      * 
-     * @throws An exception if we can't load the class or don't find the new constant.
+     * @throws Exception if we can't load the class or don't find the new constant.
      *    This is the behavior when searching for new features on older versions.
      * @since Ant 1.9.4
      */