netty5/codec-http2/src
Scott Mitchell 07d0eb24fe DefaultPropertyKey private member variable accessed outside scope
Motivation:
DefaultPropertyKey.index is currently private and accessed outside the class's scope.

Modifications:
- Change access level to package private

Result:
No chance of synthetic method generation for accessing this field
2015-08-28 08:54:24 -07:00
..
main/java/io/netty/handler/codec/http2 DefaultPropertyKey private member variable accessed outside scope 2015-08-28 08:54:24 -07:00
test/java/io/netty/handler/codec/http2 HTTP/2 InboundHttp2ToHttpAdapterTest race condition 2015-08-28 08:50:27 -07:00