netty5/common/src
Norman Maurer 8ccc795314 Expose DefaultThreadFactory.threadGroup to sub-classes
Motivation:

DefaultThreadFactory allows to override the newThread(...) method and so should have access to all fields that are set via the constructor.

Modifications:

Change threadGroup from private to protected visibility.

Result:

Easier to extend DefaultThreadFactory.
2016-06-17 06:23:53 +02:00
..
main Expose DefaultThreadFactory.threadGroup to sub-classes 2016-06-17 06:23:53 +02:00
test DefaultPromise StackOverflowError protection updates 2016-06-02 09:22:47 -07:00