1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 01:43:50 +02:00

SenderThread

- Renamed the field `receiveEvent` to `sendEvent`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-09 11:17:27 +02:00
parent 3e25c70e37
commit 86cc450a37

View File

@ -24,7 +24,7 @@ public final class SenderThread : Thread
* when we wake up signals a new message * when we wake up signals a new message
* to be processed and sent * to be processed and sent
*/ */
private Event receiveEvent; private Event sendEvent;
/** /**
* The associated IRC client * The associated IRC client