Skip to content

Commit

Permalink
Removed immutable type setting for latest security price
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Aug 4, 2024
1 parent fd0717e commit 09d57e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,6 @@ private static synchronized XStream xstream()
xstream.alias("security", Security.class);
xstream.addImplicitCollection(Security.class, "properties");
xstream.alias("latest", LatestSecurityPrice.class);
xstream.addImmutableType(LatestSecurityPrice.class, false);
xstream.alias("category", Category.class); // NOSONAR
xstream.alias("watchlist", Watchlist.class);
xstream.alias("investment-plan", InvestmentPlan.class);
Expand Down

0 comments on commit 09d57e1

Please sign in to comment.