Skip to content

Commit 2b86b80

Browse files
committed
Refactor IOP.Message.cls to remove the Transient attribute from the json property
1 parent 8a1c8d9 commit 2b86b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iop/cls/IOP/Message.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Property classname As %String(MAXLEN = "");
1313

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

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

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

0 commit comments

Comments
 (0)