Cleaned up comment.

This commit is contained in:
Tristan B. Kildaire 2020-06-23 09:18:20 +02:00
parent 3fd7e3ef47
commit bef0c0f740
1 changed files with 1 additions and 3 deletions

View File

@ -37,11 +37,9 @@ public final class Manager
/* Set the socket */
socket = endpoint;
/* TODO: Create the watcher */
/* Create the watcher */
watcher = new Watcher(this, endpoint);
/* TODO: Other initializations (queues etc.) */
/* Initialize the `requestQueue` mutex */
queueMutex = new Mutex();