netty5/common/src
Norman Maurer 6c05d16967
Use @SuppressJava6Requirement for animal sniffer plugin to ensure we always guard correctly (#9655)
Motivation:

We can use the `@SuppressJava6Requirement` annotation to be more precise about when we use Java6+ APIs. This helps us to ensure we always protect these places.

Modifications:

Make use of `@SuppressJava6Requirement` explicit

Result:

Fixes https://github.com/netty/netty/issues/2509.
2019-10-14 15:54:49 +02:00
..
main Use @SuppressJava6Requirement for animal sniffer plugin to ensure we always guard correctly (#9655) 2019-10-14 15:54:49 +02:00
test Fix HttpContentEncoder does not handle multiple Accept-Encoding (#9557) 2019-09-11 08:46:06 +02:00