瀏覽代碼

fixed eclipse warnings

tags/V1_6_2
aclement 15 年之前
父節點
當前提交
75b4195ec9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      loadtime/testsrc/org/aspectj/weaver/loadtime/JRockitAgentTest.java

+ 1
- 1
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);
}


Loading…
取消
儲存