From 87eb942d3238d7a7d474ed4f020d8a9fea70a074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Fri, 23 Aug 2019 20:21:58 +0200 Subject: [PATCH] remove comment --- src/common/parser/Params.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/parser/Params.ts b/src/common/parser/Params.ts index 519458fa..47ee129d 100644 --- a/src/common/parser/Params.ts +++ b/src/common/parser/Params.ts @@ -212,7 +212,6 @@ export class Params implements IParams { /** * Add a single digit value to current parameter. * This is used by the parser to account digits on a char by char basis. - * Do not use this method directly, consider using `addParam` or `addSubParam` instead. */ public addDigit(value: number): void { let length;