corrected last commit

This commit is contained in:
Tristan B. Velloza Kildaire 2021-09-08 22:09:48 +02:00
parent e1c28d9c11
commit 9c7d15dc89
2 changed files with 5 additions and 5 deletions

View File

@ -159,6 +159,11 @@ public final class Manager
queuesLock.unlock();
}
public Socket getSocket()
{
return socket;
}
/**
* TODO: Comment
* TODO: Testing

View File

@ -30,11 +30,6 @@ public final class Watcher : Thread
start();
}
public Socket getSocket()
{
return socket;
}
public void shutdown()
{
running=false;