Author: billie
Date: Fri Sep 21 19:24:46 2012
New Revision: 1388633

URL: http://svn.apache.org/viewvc?rev=1388633&view=rev
Log:
ACCUMULO-768 fixed typo in reduce arguments - merged to trunk

Modified:
    accumulo/trunk/   (props changed)
    accumulo/trunk/core/   (props changed)
    accumulo/trunk/docs/src/user_manual/chapters/analytics.tex
    accumulo/trunk/server/   (props changed)
    accumulo/trunk/src/   (props changed)

Propchange: accumulo/trunk/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.4:r1388629

Propchange: accumulo/trunk/core/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.4/core:r1388629

Modified: accumulo/trunk/docs/src/user_manual/chapters/analytics.tex
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/docs/src/user_manual/chapters/analytics.tex?rev=1388633&r1=1388632&r2=1388633&view=diff
==============================================================================
--- accumulo/trunk/docs/src/user_manual/chapters/analytics.tex (original)
+++ accumulo/trunk/docs/src/user_manual/chapters/analytics.tex Fri Sep 21 
19:24:46 2012
@@ -59,7 +59,7 @@ name does not have to be passed to the C
 \begin{verbatim}
 class MyReducer extends Reducer<WritableComparable, Writable, Text, Mutation> {
 
-    public void reduce(WritableComparable key, Iterator<Text> values, Context 
c) {
+    public void reduce(WritableComparable key, Iterable<Text> values, Context 
c) {
         
         Mutation m;
         

Propchange: accumulo/trunk/server/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.4/server:r1388629

Propchange: accumulo/trunk/src/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.4/src:r1388629


Reply via email to