Reduce visibility of MarketplaceInfo's load()

MarketplaceInfoSerializationTest is the only reason for this method to
be public. Instead of remaining public and warning user not to override
or call it directly, change method's access to package and make it
accessible in the test subclass of MarketplaceInfo.

Change-Id: Ib45eaf7564572272a53a60b42139dbfacde54643
Signed-off-by: Carsten Reckord <reckord@yatta.de>
2 files changed