Updated cms library with comments, and removed a few JSON obsolete calls.

This commit is contained in:
2014-11-20 14:11:28 +01:00
parent d84f164dbd
commit ba58fcdf75
3 changed files with 29 additions and 17 deletions

View File

@@ -94,7 +94,7 @@ feature {NONE} -- JSON
new_json_parser (a_string: STRING): JSON_PARSER
do
create Result.make_parser (a_string)
create Result.make_with_string (a_string)
end
note