From 0137cd8b64ab7e0e90b56b1da225d5609fc75f11 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 2 Jul 2008 16:30:30 +0000 Subject: [PATCH] ws/sp git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@673435 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/IntrospectionHelper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/IntrospectionHelper.java b/src/main/org/apache/tools/ant/IntrospectionHelper.java index 7a99d90b7..52bf574f5 100644 --- a/src/main/org/apache/tools/ant/IntrospectionHelper.java +++ b/src/main/org/apache/tools/ant/IntrospectionHelper.java @@ -54,7 +54,7 @@ import org.apache.tools.ant.util.StringUtils; * instance has finished its build. * */ -public final class IntrospectionHelper { +public final class IntrospectionHelper { /** * Helper instances we've already created (Class.getName() to IntrospectionHelper). @@ -651,7 +651,7 @@ public final class IntrospectionHelper { } /** - * Check if this element supports a nested element from refection. + * Check if this element supports a nested element from reflection. * * @param parentUri the uri of the parent * @param elementName the name of the nested element being checked