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 2018/08/17 20:37:47 UTC

[accumulo] branch master updated: ACCUMULO-4629 fixed build

This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new bd85cda  ACCUMULO-4629 fixed build
bd85cda is described below

commit bd85cda21f02ec65a7e4a942d4524acb638cff6e
Author: Keith Turner <kt...@apache.org>
AuthorDate: Fri Aug 17 16:37:42 2018 -0400

    ACCUMULO-4629 fixed build
---
 core/src/main/java/org/apache/accumulo/core/conf/Property.java | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
index ffe90d7..3dd0089 100644
--- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
@@ -816,10 +816,11 @@ public enum Property {
       DeletingIterator.Behavior.PROCESS.name().toLowerCase(), PropertyType.STRING,
       "This determines what action to take when a delete marker is seen."
           + " Valid values are `process` and `fail` with `process` being the default.  When set to "
-          + "`process`, deletes will supress data.  When set to `fail`, any deletes seen will cause an"
-          + " exception. The purpose of `fail` is to support tables that never delete data and need "
-          + "fast seeks within the timestamp range of a column. When setting this to fail, also "
-          + "consider configuring the `" + NoDeleteConstraint.class.getName() + "` constraint."),
+          + "`process`, deletes will supress data.  When set to `fail`, any deletes seen will cause"
+          + " an exception. The purpose of `fail` is to support tables that never delete data and"
+          + " need fast seeks within the timestamp range of a column. When setting this to fail, "
+          + "also consider configuring the `" + NoDeleteConstraint.class.getName() + "` "
+          + "constraint."),
 
   // VFS ClassLoader properties
   VFS_CLASSLOADER_SYSTEM_CLASSPATH_PROPERTY(