More precise generics.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1563016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-01-30 23:37:23 +00:00
parent 0c7b32a211
commit 725a2be1ef
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class FieldUtilsTest {
private PublicChild publicChild;
private PubliclyShadowedChild publiclyShadowedChild;
private PrivatelyShadowedChild privatelyShadowedChild;
private final Class<?> parentClass = PublicChild.class.getSuperclass();
private final Class<? super PublicChild> parentClass = PublicChild.class.getSuperclass();
@Before
public void setUp() {