netty5/handler
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
..
src Cleanup code in ssl package. 2017-02-14 08:23:04 +01:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00