remove comment in Http2Server

This commit is contained in:
dominuskernel
2018-03-01 11:22:46 +01:00
parent c3a16f1266
commit fbe268136f

View File

@@ -30,7 +30,6 @@ export class Http2Server {
/**
*
* @param Roads The Road that handles all the routes
* @param error_handler An overwrite to the standard error handler. Accepts a single parameter (the error) and should return a Roads.Response object
*/
constructor(Roads: Road);