File tree 2 files changed +3
-2
lines changed
mediator/src/test/java/com/iluwatar/mediator
reactor/src/main/java/com/iluwatar/reactor/app
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public void testAct(Supplier<PartyMember> memberSupplier) {
110
110
}
111
111
112
112
/**
113
- * Verify if {@link PartyMember #toString()} generate the expected output
113
+ * Verify if {@link PartyMemberBase #toString()} generate the expected output
114
114
*/
115
115
@ ParameterizedTest
116
116
@ MethodSource ("dataProvider" )
Original file line number Diff line number Diff line change 66
66
* </li>
67
67
* <li>Initiation Dispatcher
68
68
* <p>
69
- * {@link NioReactor} plays this role as the application specific {@link ChannelHandler}s are registered to the reactor.
69
+ * {@link NioReactor} plays this role as the application specific {@link ChannelHandler}s
70
+ * are registered to the reactor.
70
71
* </p>
71
72
* </li>
72
73
* <li>Handle
You can’t perform that action at this time.
0 commit comments