diff options
author | Yohann Roussel <yroussel@google.com> | 2014-09-23 12:26:19 +0200 |
---|---|---|
committer | Yohann Roussel <yroussel@google.com> | 2014-09-23 16:29:08 +0200 |
commit | 6cd9fea2ea74c5092e5b33318dce066ed765806c (patch) | |
tree | ce9715c1cadd17077e69742c7be40bd3b87c32a8 /jill/.classpath | |
parent | 22e72bcdf18672c22861427932c3e12b02b2c242 (diff) | |
download | toolchain_jill-6cd9fea2ea74c5092e5b33318dce066ed765806c.zip toolchain_jill-6cd9fea2ea74c5092e5b33318dce066ed765806c.tar.gz toolchain_jill-6cd9fea2ea74c5092e5b33318dce066ed765806c.tar.bz2 |
Anonymous subclasses of enum are not JEnum.
Now Jill emits them as JClass.
Change-Id: I95223ff4ed81dc33bc17b1baf4c7c99c86d2001a
Diffstat (limited to 'jill/.classpath')
-rw-r--r-- | jill/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jill/.classpath b/jill/.classpath index 39514de..f648072 100644 --- a/jill/.classpath +++ b/jill/.classpath @@ -10,5 +10,6 @@ <classpathentry kind="lib" path="libs/dexcomparator-lib.jar"/> <classpathentry kind="lib" path="libs/guava-lib.jar"/> <classpathentry kind="lib" path="libs/jsr305-lib.jar"/> + <classpathentry combineaccessrules="false" kind="src" path="/Scheduler"/> <classpathentry kind="output" path="bin"/> </classpath> |