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:
Sebastian Bazley 2009-11-21 19:05:52 +00:00
parent 030babab20
commit 37239c934b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public String foo(Object o) {
}
}
private static class TestMutable implements Mutable {
private static class TestMutable implements Mutable<Object> {
public Object getValue() {
return null;
}