fix client manager docs oops

This commit is contained in:
Amish Shah
2016-08-19 00:33:49 +01:00
parent e0c987c1b2
commit 871c60c8dd
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ const Constants = require('../util/Constants');
/**
* Manages the State and Background Tasks of the Client
* @class ClientManager
* @private
*/
class ClientManager {