Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 regression/jvm/TestCase.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/regression/jvm/TestCase.java b/regression/jvm/TestCase.java
index fd00063..2a53a8b 100644
--- a/regression/jvm/TestCase.java
+++ b/regression/jvm/TestCase.java
@@ -90,7 +90,7 @@ public class TestCase {
         assertTrue(o.getClass().getName().equals(className));
     }
 
-    protected static void assertObjectEquals(String a, String b) {
+    protected static void assertObjectEquals(Object a, Object b) {
         if (a == null && b == null)
             return;
 
-- 
1.6.0.4


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to