diff options
author | aclement <aclement> | 2004-08-18 09:53:28 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-08-18 09:53:28 +0000 |
commit | 8837d683dc44f6c380b25359d7ce90b9a17e8a66 (patch) | |
tree | 48c3d656a7b871de071f876c937a01b2c8f13f0b /tests/bugs | |
parent | f913f6597088b5aa5a97d8dced01ffcc12df74f3 (diff) | |
download | aspectj-8837d683dc44f6c380b25359d7ce90b9a17e8a66.tar.gz aspectj-8837d683dc44f6c380b25359d7ce90b9a17e8a66.zip |
Removed 1.4 api (doh!)
Diffstat (limited to 'tests/bugs')
-rw-r--r-- | tests/bugs/pr62642.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/pr62642.java b/tests/bugs/pr62642.java index 30cc50611..07ea579a5 100644 --- a/tests/bugs/pr62642.java +++ b/tests/bugs/pr62642.java @@ -20,7 +20,7 @@ public class pr62642 { C.main(null); } catch (ExceptionInInitializerError eiie) { System.err.println("EIIE="+eiie.toString()); - System.err.println("CAUSE="+eiie.getCause().toString()); + //System.err.println("CAUSE="+eiie.getCause().toString()); } } } |