diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-04-30 23:26:24 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-05-01 00:08:52 +0200 |
commit | 4cfb4b37ad16cc21f23e3620538893e36aa33eae (patch) | |
tree | f94463c837f16bfecc00d787fd76de36281f44f1 /src/core | |
parent | 934e41d8217152c751942e604f6004440efd9319 (diff) | |
download | lombok-4cfb4b37ad16cc21f23e3620538893e36aa33eae.tar.gz lombok-4cfb4b37ad16cc21f23e3620538893e36aa33eae.tar.bz2 lombok-4cfb4b37ad16cc21f23e3620538893e36aa33eae.zip |
some pretty significant changes to the build system, to try and add testing against ecj8 to the lineup, and to force compilation with the bootstrap classpath of JDK6 so that we won't accidentally add deps on things that JVM6es don't have.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/lombok/bytecode/AsmUtil.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lombok/bytecode/AsmUtil.java b/src/core/lombok/bytecode/AsmUtil.java index 6ac1dac4..26e5af1f 100644 --- a/src/core/lombok/bytecode/AsmUtil.java +++ b/src/core/lombok/bytecode/AsmUtil.java @@ -29,7 +29,6 @@ import org.objectweb.asm.Opcodes; import org.objectweb.asm.commons.JSRInlinerAdapter; class AsmUtil { - private AsmUtil() { throw new UnsupportedOperationException(); } |