fix checkstyle
This commit is contained in:
parent
991ba320a6
commit
e0b8f6f850
@ -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
|
@ParameterizedTest
|
||||||
@MethodSource("dataProvider")
|
@MethodSource("dataProvider")
|
||||||
|
@ -66,7 +66,8 @@ import com.iluwatar.reactor.framework.ThreadPoolDispatcher;
|
|||||||
* </li>
|
* </li>
|
||||||
* <li>Initiation Dispatcher
|
* <li>Initiation Dispatcher
|
||||||
* <p>
|
* <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>
|
* </p>
|
||||||
* </li>
|
* </li>
|
||||||
* <li>Handle
|
* <li>Handle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user