From 37239c934bd34944b1285f509450ee0339db5b8c Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Sat, 21 Nov 2009 19:05:52 +0000 Subject: [PATCH] Generic fix git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@882971 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/org/apache/commons/lang/reflect/MethodUtilsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/org/apache/commons/lang/reflect/MethodUtilsTest.java b/src/test/org/apache/commons/lang/reflect/MethodUtilsTest.java index 5965f8eeb..dac6aeb4c 100644 --- a/src/test/org/apache/commons/lang/reflect/MethodUtilsTest.java +++ b/src/test/org/apache/commons/lang/reflect/MethodUtilsTest.java @@ -87,7 +87,7 @@ public String foo(Object o) { } } - private static class TestMutable implements Mutable { + private static class TestMutable implements Mutable { public Object getValue() { return null; }