From 105011430e887996f9f3fbb2338758561b667e29 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Thu, 10 Apr 2014 02:17:42 +0000 Subject: [PATCH] fix javadoc comment git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1586196 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/JavaEnvUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/util/JavaEnvUtils.java b/src/main/org/apache/tools/ant/util/JavaEnvUtils.java index a330d8947..9da26e010 100644 --- a/src/main/org/apache/tools/ant/util/JavaEnvUtils.java +++ b/src/main/org/apache/tools/ant/util/JavaEnvUtils.java @@ -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 */