Parcourir la source

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

tags/PRE_PIPELINE
mwebster il y a 18 ans
Parent
révision
c4e60095c3

+ 1
- 1
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java Voir le fichier

@@ -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();

Chargement…
Annuler
Enregistrer