diff options
author | aclement <aclement> | 2006-03-31 15:26:30 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-03-31 15:26:30 +0000 |
commit | f0958f1f8aa2ef171320573f53d1690534abed99 (patch) | |
tree | 4c1187cee248b39977e7b50c852f80e14674d12d /ajdoc | |
parent | c3f3a995af26e148d4dd497ed0eff4ebb0787d83 (diff) | |
download | aspectj-f0958f1f8aa2ef171320573f53d1690534abed99.tar.gz aspectj-f0958f1f8aa2ef171320573f53d1690534abed99.zip |
message fix for 134063
Diffstat (limited to 'ajdoc')
-rw-r--r-- | ajdoc/src/org/aspectj/tools/ajdoc/Main.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ajdoc/src/org/aspectj/tools/ajdoc/Main.java b/ajdoc/src/org/aspectj/tools/ajdoc/Main.java index 76603d059..8d15cbb51 100644 --- a/ajdoc/src/org/aspectj/tools/ajdoc/Main.java +++ b/ajdoc/src/org/aspectj/tools/ajdoc/Main.java @@ -709,11 +709,11 @@ public class Main implements Config { /* This section of code handles errors that occur during compilation */ static final String internalErrorMessage = - "Please copy the following text into an email message and send it,\n" + - "along with any additional information you can add to: \n" + - " \n" + - " aspectj-dev@eclipse.org \n" + - " \n"; + " \n"+ + "If this has not already been logged as a bug raised please raise \n"+ + "a new AspectJ bug at https://bugs.eclipse.org/bugs including the \n"+ + "text below. To make the bug a priority, please also include a test\n"+ + "program that can reproduce this problem.\n "; static public void handleInternalError(Throwable uncaughtThrowable) { System.err.println("An internal error occured in ajdoc"); |