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:
parent
98781dc64f
commit
934e9044bb
|
@ -126,7 +126,7 @@ public class FieldUtils {
|
||||||
+ fieldName
|
+ fieldName
|
||||||
+ " is ambiguous relative to "
|
+ " is ambiguous relative to "
|
||||||
+ cls
|
+ cls
|
||||||
+ "; a matching field exists on two or more parent interfaces.");
|
+ "; a matching field exists on two or more implemented interfaces.");
|
||||||
}
|
}
|
||||||
match = test;
|
match = test;
|
||||||
} catch (NoSuchFieldException ex) {
|
} catch (NoSuchFieldException ex) {
|
||||||
|
|
Loading…
Reference in New Issue