Skip to content

Commit 8e3a4d4

Browse files
committed
#5 improve bug description
1 parent b44c49d commit 8e3a4d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/bugreports/ConnectPeersMultiHopTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
* This class is a bug report for sending multi-hop messages.
2424
* There are three peers: Alice, Bob, and Clara. Alice and Clara are connected to Bob,
2525
* but Alice and Clara aren't connected to each other directly.
26-
* <p>
26+
*
2727
* Alice sends a message to Bob, and Bob forwards it to Clara.
28-
* <p>
28+
*
2929
* The first test demonstrates the bug:
3030
* If the message is sent after Alice and Clara have established connections to Bob and handled the encounter,
3131
* the message is only received by Bob and is not forwarded to Clara.
32-
* <p>
32+
*
3333
* At the second test, clara handles the connection to Bob after the message from Alice was received by Bob.
3434
* The message is received by Bob and forwarded to Clara.
3535
*/

0 commit comments

Comments
 (0)