netty5/common/src/test
Norman Maurer d0f3bfd4cc [#2523] Fix infinite-loop when remove attribute and create the same attribute again
Motivation:
The current DefaultAttributeMap cause an infinite-loop when the user removes an attribute and create the same attribute again. This regression was introduced by c3bd7a8ff1.

Modification:
Correctly break out loop

Result:
No infinite-loop anymore.
2014-06-01 13:10:52 +02:00
..
java/io/netty/util [#2523] Fix infinite-loop when remove attribute and create the same attribute again 2014-06-01 13:10:52 +02:00