mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:09:12 +02:00
* Use class instead of classname
This commit is contained in:
parent
55deb8cb43
commit
e78a4d3899
@ -333,7 +333,7 @@ begin
|
|||||||
Result := TJSONObject.Create;
|
Result := TJSONObject.Create;
|
||||||
try
|
try
|
||||||
Result.Add('method', aMethodName);
|
Result.Add('method', aMethodName);
|
||||||
Result.Add('classname', aClassName);
|
Result.Add('class', aClassName);
|
||||||
Result.Add('jsonrpc','2.0');
|
Result.Add('jsonrpc','2.0');
|
||||||
// In case of notification, do not send an ID
|
// In case of notification, do not send an ID
|
||||||
if Not (IsNotification and (rcoNotifications in Options)) then
|
if Not (IsNotification and (rcoNotifications in Options)) then
|
||||||
|
Loading…
Reference in New Issue
Block a user