netty5/common/src
Stephane Landelle 1bee71fb1c 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:24 +01:00
..
main Fix PlatformDependent.newAtomic*FieldUpdater type safety 2016-01-08 08:51:24 +01:00
test Builder to construct DomainNameMapping. 2015-12-20 18:50:09 +01:00