5960616263646566
private LivingStoryRpcService livingStoryService; private ContentRpcService contentService; public FeedServlet() { livingStoryService = new LivingStoryRpcImpl(); contentService = new ContentRpcImpl(); }