netty5/common
Stephane Landelle b95dbb391f Fix PlatformDependent.newAtomic*FieldUpdater type safety
Motivation:

* newAtomicIntegerFieldUpdater and newAtomicLongFieldUpdater take a
class<?> so they're too lax
* newAtomicReferenceFieldUpdater takes a Class<U> so it's too strict
and can only be passe a rawtype parameter when dealing w/ generic
classes

Modifications:

Take a Class<? super T> parameter instead.

Result:

Better type safety and generics support.
2016-01-08 08:51:44 +01:00
..
src Fix PlatformDependent.newAtomic*FieldUpdater type safety 2016-01-08 08:51:44 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00