Skip to content

Commit

Permalink
Prettify XML: tag alias for investment plans
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Jun 25, 2013
1 parent ca573f7 commit d03c12b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ private static XStream xstream()
xstream.alias("latest", LatestSecurityPrice.class);
xstream.alias("category", Category.class);
xstream.alias("watchlist", Watchlist.class);
xstream.alias("investment-plan", InvestmentPlan.class);

xstream.alias("price", SecurityPrice.class);
xstream.useAttributeFor(SecurityPrice.class, "time");
Expand Down

0 comments on commit d03c12b

Please sign in to comment.