Generic fix
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@882971 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
030babab20
commit
37239c934b
|
@ -87,7 +87,7 @@ public class MethodUtilsTest extends TestCase {
|
|||
}
|
||||
}
|
||||
|
||||
private static class TestMutable implements Mutable {
|
||||
private static class TestMutable implements Mutable<Object> {
|
||||
public Object getValue() {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue