netty5/handler/src
Norman Maurer f7c8cf9cb9 Cleanup code in ssl package.
Motivation:

There were some warnings for the code in the ssl package.

Modifications:

- Remove not needed else blocks
- Use correctly base class for static usage
- Replace String.length() == 0 with String.isEmpty()
- Remove unused code

Result:

Less warnings and cleaner code.
2017-02-14 08:23:04 +01:00
..
main/java/io/netty/handler Cleanup code in ssl package. 2017-02-14 08:23:04 +01:00
test CipherSuiteConverter NPE 2017-02-13 15:02:09 -08:00