Browse Source

fixed eclipse warnings

tags/V1_6_2
aclement 15 years ago
parent
commit
75b4195ec9

+ 1
- 1
loadtime/testsrc/org/aspectj/weaver/loadtime/JRockitAgentTest.java View 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);
}


Loading…
Cancel
Save