netty5/resolver/src
Norman Maurer 536b83a1a8
Reduce scope of synchronized block introduced in 5114588cba (#10013)
Motivation:

We should keep the scope of the synchronized block as small as possible.

Modifications:

Reduce scope by copy to an array first before iterate through it

Result:

Smaller scope of synchronized
2020-02-10 19:30:53 +01:00
..
main/java/io/netty/resolver Reduce scope of synchronized block introduced in 5114588cba (#10013) 2020-02-10 19:30:53 +01:00
test Adding support for whitespace in resource path in tests (#8606) 2018-12-12 10:29:02 +01:00