X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2FWorkerAbstract.ts;h=a18a085e5e0a37a58b3b31127976005f3fe4f9be;hb=107efcc6655b5a4409fc5db3da90869d6881a195;hp=715778161af13b59bed90aa2805b0120451c64b8;hpb=6e0964c8dff48691f7155d12096e777a8f9389f4;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerAbstract.ts b/src/worker/WorkerAbstract.ts index 71577816..a18a085e 100644 --- a/src/worker/WorkerAbstract.ts +++ b/src/worker/WorkerAbstract.ts @@ -10,8 +10,8 @@ export default abstract class WorkerAbstract { /** * `WorkerAbstract` constructor. * - * @param {string} workerScript - * @param {number} workerStartDelay + * @param workerScript + * @param workerStartDelay */ constructor(workerScript: string, workerStartDelay: number = Constants.WORKER_START_DELAY) { this.workerScript = workerScript;