netty5/common/src
Norman Maurer 1347e7f312 [#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:06:50 +02:00
..
main/java/io/netty/util [#2523] Fix infinite-loop when remove attribute and create the same attribute again 2014-06-01 13:06:50 +02:00
test/java/io/netty/util [#2523] Fix infinite-loop when remove attribute and create the same attribute again 2014-06-01 13:06:50 +02:00