Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2013-05-14 14:24:34 +0000
committerJayaprakash Arthanareeswaran2013-10-08 16:47:55 +0000
commit005ae12128c751376f35f3ae1243f5ae625b18c4 (patch)
tree42d1c404894fc9effbe7cc3b639f951eb9e02c7a /org.eclipse.jdt.compiler.tool
parent425774726faa466b5491adf694ae727d6f4463ee (diff)
downloadeclipse.jdt.core-005ae12128c751376f35f3ae1243f5ae625b18c4.tar.gz
eclipse.jdt.core-005ae12128c751376f35f3ae1243f5ae625b18c4.tar.xz
eclipse.jdt.core-005ae12128c751376f35f3ae1243f5ae625b18c4.zip
Fix for bug 386901 - Moving the MAX_AT_ONCE initializer from static
block to in-line
Diffstat (limited to 'org.eclipse.jdt.compiler.tool')
-rw-r--r--org.eclipse.jdt.compiler.tool/forceQualifierUpdate.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.jdt.compiler.tool/forceQualifierUpdate.txt b/org.eclipse.jdt.compiler.tool/forceQualifierUpdate.txt
index 8e153900fa..89400d21c8 100644
--- a/org.eclipse.jdt.compiler.tool/forceQualifierUpdate.txt
+++ b/org.eclipse.jdt.compiler.tool/forceQualifierUpdate.txt
@@ -1,5 +1,4 @@
# To force a version qualifier update add the bug here
Bug 403352 - Update all parent versions to match our build stream
Bug 407853 - ECJ download misses legal file (about.html)
-Bug 386901 - Eclipse does not pass all annotated classes to annotation processor
-Bug 407852 - ECJ source download is not correct \ No newline at end of file
+Bug 386901 - Eclipse does not pass all annotated classes to annotation processor

Back to the top