netty5/transport/src
stroller 84e281ced9 fix one java doc issue: extra }
Motivation:

There is one extra } for WriteBufferWaterMark's javadoc:
{@linkplain #high}  high water mark}

The generated javadoc will show the content: "the high high water mark}"

Modifications:

remove the }

Result:
The generated javadoc will show the content: "the high water mark" instead of "the high high water mark}"
2016-04-08 09:47:26 +02:00
..
main/java/io/netty fix one java doc issue: extra } 2016-04-08 09:47:26 +02:00
test/java/io/netty [#5028] Fix re-entrance issue with channelWritabilityChanged(...) and write(...) 2016-04-06 10:07:13 +02:00