]> source.dussan.org Git - aspectj.git/commitdiff
fixed eclipse warnings
authoraclement <aclement>
Thu, 28 Aug 2008 02:52:17 +0000 (02:52 +0000)
committeraclement <aclement>
Thu, 28 Aug 2008 02:52:17 +0000 (02:52 +0000)
loadtime/testsrc/org/aspectj/weaver/loadtime/JRockitAgentTest.java

index 1233489a3dd7dc1ecf23ef486a50b3a953123cad..133387cf41900b6e372c14f74c61ce74ca6cf86b 100644 (file)
@@ -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);
                        }