From 75b4195ec99ece743a5a95484238d0d9dbef55b2 Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 28 Aug 2008 02:52:17 +0000 Subject: [PATCH] fixed eclipse warnings --- .../testsrc/org/aspectj/weaver/loadtime/JRockitAgentTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loadtime/testsrc/org/aspectj/weaver/loadtime/JRockitAgentTest.java b/loadtime/testsrc/org/aspectj/weaver/loadtime/JRockitAgentTest.java index 1233489a3..133387cf4 100644 --- a/loadtime/testsrc/org/aspectj/weaver/loadtime/JRockitAgentTest.java +++ b/loadtime/testsrc/org/aspectj/weaver/loadtime/JRockitAgentTest.java @@ -97,7 +97,7 @@ public class JRockitAgentTest extends TestCase { else if (file.exists() && file.getName().endsWith(".jar")) pathElement = new JarFile(file); else - throw new RuntimeException(file.getAbsolutePath().toString()); + throw new RuntimeException(file.getAbsolutePath()); path.add(pathElement); } -- 2.39.5