better exception message

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@654277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2008-05-07 21:09:23 +00:00
parent 98781dc64f
commit 934e9044bb
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public static Field getField(final Class cls, String fieldName, boolean forceAcc
+ fieldName
+ " is ambiguous relative to "
+ cls
+ "; a matching field exists on two or more parent interfaces.");
+ "; a matching field exists on two or more implemented interfaces.");
}
match = test;
} catch (NoSuchFieldException ex) {