diff --git a/src/app/services/formulaire.service.ts b/src/app/services/formulaire.service.ts
index 53156bc4d44b0d9091e88ee381b0b5b526784d62..6db648c1bf3c9464a2e4a737c77c8e028fa29c6b 100644
--- a/src/app/services/formulaire.service.ts
+++ b/src/app/services/formulaire.service.ts
@@ -68,6 +68,7 @@ export class FormulaireService extends Observable {
         this._formulaires = [];
 
         // register calculator config paths here
+        // @TODO this should be automatized by reading the CalculatorType string name
         this.calculatorPaths[CalculatorType.ConduiteDistributrice] = "cond_distri";
         this.calculatorPaths[CalculatorType.LechaptCalmon] = "lechapt-calmon";
         this.calculatorPaths[CalculatorType.SectionParametree] = "section-param";