diff options
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"); |