summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2012-11-13 20:30:27 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2012-11-13 20:30:27 +0000
commitc54ec9a581cb50d3ee475b11a294c56ff6e15208 (patch)
tree0f5251626db8289764982b87cc13ee5e0f961f4a /ChangeLog
parentc225934da3e25feb0ece274f8c4978c95938301a (diff)
downloadclasspath-c54ec9a581cb50d3ee475b11a294c56ff6e15208.tar.gz
Add remaining methods of ProcessingEnvironment so the ecj implementation compiles.
2012-11-13 Andrew John Hughes <gnu_andrew@member.fsf.org> * javax/annotation/processing/ProcessingEnvironment.java: (getOptions()): Implemented. (getSourceVersion()): Likewise. (getTypeUtils()): Likewise. Signed-off-by: Andrew John Hughes <gnu_andrew@member.fsf.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 271416c1f..f5413b444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-11-13 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/annotation/processing/ProcessingEnvironment.java:
+ (getOptions()): Implemented.
+ (getSourceVersion()): Likewise.
+ (getTypeUtils()): Likewise.
+
2012-11-12 Andrew John Hughes <gnu_andrew@member.fsf.org>
New files to start supporting recent versions