Fix javadoc

Removes unmatched brace
This commit is contained in:
ChuntaoLu 2016-09-11 12:46:42 -07:00 committed by Norman Maurer
parent e9d5c66173
commit 67f590f26e

View File

@ -338,7 +338,7 @@ public abstract class AbstractChannel extends DefaultAttributeMap implements Cha
/**
* Returns the {@link String} representation of this channel. The returned
* string contains the {@linkplain #hashCode()} ID}, {@linkplain #localAddress() local address},
* string contains the {@linkplain #hashCode() ID}, {@linkplain #localAddress() local address},
* and {@linkplain #remoteAddress() remote address} of this channel for
* easier identification.
*/