Przeglądaj źródła

Bug 150487 "Tracing and Logging Framework" (remove 1.4 API)

tags/PRE_PIPELINE
mwebster 18 lat temu
rodzic
commit
c4e60095c3

+ 1
- 1
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java Wyświetl plik

@@ -670,7 +670,7 @@ public class AjcTestCase extends TestCase {
}
catch (InvocationTargetException ex) {
ex.printStackTrace();
fail("Cannot create weaving class loader: " + ex.getCause());
fail("Cannot create weaving class loader: " + ex.getTargetException());
}
catch (Exception ex) {
ex.printStackTrace();

Ładowanie…
Anuluj
Zapisz