Fix broken test - Sun Java and Eclipse casting nasturtiums at each other

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090006 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-04-07 20:57:08 +00:00
parent 6623901d3f
commit 0d01e050fa
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ public class TypeUtilsTest<B> {
delegateBooleanAssertion(types, 9, 8, false);
list10 = list8;
delegateBooleanAssertion(types, 8, 10, true);
list8 = list10;
list8 = (List<Object>[]) list10; // NOTE cast is required by Sun Jave, but not by Eclipse
delegateBooleanAssertion(types, 10, 8, false);
// list11 = list8;
delegateBooleanAssertion(types, 8, 11, false);