Comment fix.

This commit is contained in:
Tristan B. Kildaire 2020-05-03 17:32:28 +02:00
parent 941e78e777
commit 6baaa6d27c
1 changed files with 0 additions and 2 deletions

View File

@ -8,12 +8,10 @@ import butterflyd.client : ButterflyClient;
* Represents the message handler for the
* Bester server it is attached to (via
* a UNIX domain socket).
*
* This dispatches new connections from the
* server to that socket to client handlers
* that handle each connection from the Bester
* server wishing to get a handler response.
*
*/
public final class ButterflyHandler
{