You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2015/10/02 22:12:29 UTC

accumulo git commit: ACCUMULO-2232 fix since version

Repository: accumulo
Updated Branches:
  refs/heads/1.6 a39b3f6be -> f32038544


ACCUMULO-2232 fix since version


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f3203854
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f3203854
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f3203854

Branch: refs/heads/1.6
Commit: f3203854451c41b06210a9a9fc3ce492f9feb58c
Parents: a39b3f6
Author: Keith Turner <kt...@apache.org>
Authored: Fri Oct 2 15:37:38 2015 -0400
Committer: Keith Turner <kt...@apache.org>
Committed: Fri Oct 2 15:37:38 2015 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/accumulo/core/iterators/Combiner.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/f3203854/core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java b/core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java
index 091803b..5dd4f82 100644
--- a/core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java
+++ b/core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java
@@ -393,7 +393,7 @@ public abstract class Combiner extends WrappingIterator implements OptionDescrib
    * This method was added in 1.6.4 and 1.7.1. If you want your code to work in earlier versions of 1.6 and 1.7 then do not call this method. If not set this
    * property defaults to false in order to maintain compatibility.
    *
-   * @since 1.6.4 1.7.1 1.8.0
+   * @since 1.6.5 1.7.1 1.8.0
    */
 
   public static void setReduceOnFullCompactionOnly(IteratorSetting is, boolean reduceOnFullCompactionOnly) {