Cleaned up comment.
This commit is contained in:
parent
3fd7e3ef47
commit
bef0c0f740
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue