fix checkstyle

This commit is contained in:
baislsl 2018-03-06 16:09:22 +08:00
parent 991ba320a6
commit e0b8f6f850
2 changed files with 3 additions and 2 deletions

View File

@ -110,7 +110,7 @@ public class PartyMemberTest {
}
/**
* Verify if {@link PartyMember#toString()} generate the expected output
* Verify if {@link PartyMemberBase#toString()} generate the expected output
*/
@ParameterizedTest
@MethodSource("dataProvider")

View File

@ -66,7 +66,8 @@ import com.iluwatar.reactor.framework.ThreadPoolDispatcher;
* </li>
* <li>Initiation Dispatcher
* <p>
* {@link NioReactor} plays this role as the application specific {@link ChannelHandler}s are registered to the reactor.
* {@link NioReactor} plays this role as the application specific {@link ChannelHandler}s
* are registered to the reactor.
* </p>
* </li>
* <li>Handle