Skip to content

Commit 53ca673

Browse files
authored
Revert errorMessageCatalog
1 parent d0e4c93 commit 53ca673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

+llms/+utils/errorMessageCatalog.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
properties(Constant)
77
%CATALOG dictionary mapping error ids to error msgs
8-
Catalog = buildErrorMessageCatalog();
8+
Catalog = buildErrorMessageCatalog;
99
end
1010

1111
methods(Static)
@@ -31,7 +31,7 @@
3131
end
3232
end
3333

34-
function catalog = buildErrorMessageCatalog()
34+
function catalog = buildErrorMessageCatalog
3535
catalog = dictionary("string", "string");
3636
catalog("llms:mustBeUnique") = "Values must be unique.";
3737
catalog("llms:mustBeVarName") = "Parameter name must begin with a letter and contain not more than 'namelengthmax' characters.";

0 commit comments

Comments
 (0)