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
