Skip to content

Commit

Permalink
fix(core): Another fix to JSDoc
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Mar 15, 2022
1 parent f2e6ac8 commit e015590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/concerto-core/lib/modelmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ModelManager extends BaseModelManager {
* Adds a model in CTO format to the ModelManager.
* This is a convenience function equivalent to `addModel` but useful since it avoids having to copy the input CTO.
* @param {string} cto - a cto string
* @param {string} fileName - an optional file name to associate with the model file
* @param {string} [fileName] - an optional file name to associate with the model file
* @param {boolean} [disableValidation] - If true then the model files are not validated
* @throws {IllegalModelException}
* @return {Object} The newly added model file (internal).
Expand Down

0 comments on commit e015590

Please sign in to comment.