Skip to content

Commit

Permalink
Refactor IOP.Message.cls to remove the Transient attribute from the j…
Browse files Browse the repository at this point in the history
…son property
  • Loading branch information
grongierisc committed Jul 29, 2024
1 parent 8a1c8d9 commit 2b86b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iop/cls/IOP/Message.cls
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Property classname As %String(MAXLEN = "");

Property jsonObject As %DynamicObject(XMLPROJECTION = "None");

Property json As %String(MAXLEN = "") [ Calculated, Transient ];
Property json As %String(MAXLEN = "");

Property jsonStream As %Stream.GlobalCharacter [ Internal, ReadOnly ];

Expand Down

0 comments on commit 2b86b80

Please sign in to comment.