mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 05:57:21 +00:00
Fix typo
Correct "procesesed" to "processed"
This commit is contained in:
@@ -22,7 +22,7 @@ import java.util.Set;
|
||||
|
||||
/**
|
||||
* <p>Implementors can listen to events like blocks being downloaded/transactions being broadcast/connect/disconnects,
|
||||
* they can pre-filter messages before they are procesesed by a {@link Peer} or {@link PeerGroup}, and they can
|
||||
* they can pre-filter messages before they are processed by a {@link Peer} or {@link PeerGroup}, and they can
|
||||
* provide transactions to remote peers when they ask for them.</p>
|
||||
*/
|
||||
public interface PeerConnectionEventListener {
|
||||
|
||||
@@ -23,7 +23,7 @@ import java.util.*;
|
||||
|
||||
/**
|
||||
* <p>Implementors can listen to events like blocks being downloaded/transactions being broadcast/connect/disconnects,
|
||||
* they can pre-filter messages before they are procesesed by a {@link Peer} or {@link PeerGroup}, and they can
|
||||
* they can pre-filter messages before they are processed by a {@link Peer} or {@link PeerGroup}, and they can
|
||||
* provide transactions to remote peers when they ask for them.</p>
|
||||
*/
|
||||
public interface PeerDataEventListener {
|
||||
|
||||
Reference in New Issue
Block a user