Yes that's right, I'll change the docs. On Wed, Jul 18, 2012 at 4:52 PM, Eyal Allweil <[email protected]>wrote:
> Hello everyone, > > I think there's a mistake in the javadoc for > PlusAnonymousConcurrentUserDataModel. > > Under the code sample for "real time recommendation", it says > > plusModel.setTempPrefs(tempPrefs); > > but I think it should be > > plusModel.setTempPrefs(tempPrefs, anonymousUserID ); > > (because otherwise you're mixing the method for PlysAnonymousUserDataModel > and PlusAnonymousConcurrentUserDataModel) > > Am I right? Can someone change this? > > Thanks, > Eyal >
