Skip to content

Commit e0b8f6f

Browse files
committed
fix checkstyle
1 parent 991ba32 commit e0b8f6f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mediator/src/test/java/com/iluwatar/mediator/PartyMemberTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void testAct(Supplier<PartyMember> memberSupplier) {
110110
}
111111

112112
/**
113-
* Verify if {@link PartyMember#toString()} generate the expected output
113+
* Verify if {@link PartyMemberBase#toString()} generate the expected output
114114
*/
115115
@ParameterizedTest
116116
@MethodSource("dataProvider")

reactor/src/main/java/com/iluwatar/reactor/app/App.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
* </li>
6767
* <li>Initiation Dispatcher
6868
* <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.
7071
* </p>
7172
* </li>
7273
* <li>Handle

0 commit comments

Comments
 (0)