You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2012/03/02 13:09:11 UTC

svn commit: r1296164 - /mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/GenericUserPreferenceArray.java

Author: srowen
Date: Fri Mar  2 12:09:11 2012
New Revision: 1296164

URL: http://svn.apache.org/viewvc?rev=1296164&view=rev
Log:
Doc typo fix

Modified:
    mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/GenericUserPreferenceArray.java

Modified: mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/GenericUserPreferenceArray.java
URL: http://svn.apache.org/viewvc/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/GenericUserPreferenceArray.java?rev=1296164&r1=1296163&r2=1296164&view=diff
==============================================================================
--- mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/GenericUserPreferenceArray.java (original)
+++ mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/GenericUserPreferenceArray.java Fri Mar  2 12:09:11 2012
@@ -34,7 +34,7 @@ import org.apache.mahout.common.iterator
  * </p>
  *
  * <p>
- * This implementation maintains two parallel arrays, of user IDs and values. The idea is to save allocating
+ * This implementation maintains two parallel arrays, of item IDs and values. The idea is to save allocating
  * {@link Preference} objects themselves. This saves the overhead of {@link Preference} objects but also
  * duplicating the user ID value.
  * </p>