dbourdette / fun-reco

0 stars 0 forks source link

findFriends de RecommendationFacadeImpl doit retourner une liste de Friend et non de Profile #39

Open dbourdette opened 11 years ago

dbourdette commented 11 years ago
public List<PublicProfile> findFriends(String facebookId)

->

public List<Friend> findFriends(String facebookId)