Cleaned up.

This commit is contained in:
Tristan B. Kildaire 2020-05-12 20:50:26 +02:00
parent bd4846bf61
commit d5e3a86842
2 changed files with 4 additions and 2 deletions

View File

@ -77,7 +77,6 @@ public final class BesterInformerClient : Thread
active = false;
result = null; /* TODO: JSOn default value */
}
/* TODO: Add any more new command here */
/* If the command is invalid */
else
{

View File

@ -35,4 +35,7 @@ public void sendMessage(Socket recipient, JSONValue jsonMessage)
{
throw new NetworkException(recipient);
}
}
}
/* TODO: Hash message: Next-gen implementation */