We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcf433 commit 33deac2Copy full SHA for 33deac2
src/net/sharksystem/asap/ASAPMessageReceivedListener.java
@@ -5,5 +5,5 @@
5
6
public interface ASAPMessageReceivedListener {
7
void asapMessagesReceived(ASAPMessages messages, String senderE2E, // E2E part
8
- List<ASAPHop> asapHop /* Point-to-point part */ ) throws IOException;
+ List<ASAPHop> asapHops /* Point-to-point part */ ) throws IOException;
9
}
0 commit comments