Merge branch 'master' of github.com:poolifier/poolifier
[poolifier.git] / src / pools / abstract-pool.ts
index a41996ff918d527d2ef81ac29f431cdd601b91c7..0d28cffe494a670eeab0425e0ff18b08f849a0fa 100644 (file)
@@ -838,7 +838,7 @@ export abstract class AbstractPool<
    * @virtual
    */
   protected setupHook (): void {
-    /** Intentionally empty */
+    /* Intentionally empty */
   }
 
   /**