1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00
- Fixed documentation of `connect()` method
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-21 11:22:40 +02:00
parent dfe2110efc
commit 6ea7f0c421

View File

@ -776,7 +776,8 @@ public class Client : Thread
/**
* Connects to the server
*
* Throws: BirchwoodException
* Throws:
* BirchwoodException if there is an error connecting
*/
public void connect()
{