Last active
March 16, 2018 14:16
-
-
Save deque-blog/775608ffdf52327bbdad5d264e0bfc91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static ISuggestPosts suggestPosts(IAccessProfileInfo profileInfo, ICacheSuggestions cache) { | |
return new PostSuggestions(cache, new SuggestPopularFriendPost(profileInfo)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment