summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-01-07 20:10:34 +0000
committerjhugunin <jhugunin>2003-01-07 20:10:34 +0000
commitbbb0aa4c4577b50399fbbe09a18bd7181af5d3ae (patch)
tree2f48f962d7d1733935906042a80007069a871648 /testing
parentfc1b857d288b5d4055479c19111ee9f5924b0c88 (diff)
downloadaspectj-bbb0aa4c4577b50399fbbe09a18bd7181af5d3ae.tar.gz
aspectj-bbb0aa4c4577b50399fbbe09a18bd7181af5d3ae.zip
allowing large bug ids to make room for eclipse.org bugs
Diffstat (limited to 'testing')
-rw-r--r--testing/src/org/aspectj/testing/harness/bridge/AjcTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/src/org/aspectj/testing/harness/bridge/AjcTest.java b/testing/src/org/aspectj/testing/harness/bridge/AjcTest.java
index 1b1735b55..08d83eecb 100644
--- a/testing/src/org/aspectj/testing/harness/bridge/AjcTest.java
+++ b/testing/src/org/aspectj/testing/harness/bridge/AjcTest.java
@@ -123,7 +123,7 @@ public class AjcTest extends RunSpecIterator {
return suiteDir;
}
- /** @param bugId 100..9999 */
+ /** @param bugId 100..999999 */
public void setBugId(int bugId) {
LangUtil.throwIaxIfFalse((bugId > 10) && (bugId < 1000000), "bad bug id: " + bugId);
this.bugId = bugId;