You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2018/02/15 05:35:10 UTC

[accumulo] branch master updated (5d07cdb -> 072dc0c)

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

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


    from 5d07cdb  made modernizer happy
     new 16995c4  Build javadocs in travis-ci
     new 36a0f25  Merge branch '1.7' into 1.8
     new b524c61  Merge branch '1.8'
     new 072dc0c  Fix broken javadoc

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                                       | 2 +-
 core/src/main/java/org/apache/accumulo/core/client/Connector.java | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.

[accumulo] 02/02: Fix broken javadoc

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 072dc0c0ac62e73667b5647e494809227f856aeb
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Feb 15 00:34:31 2018 -0500

    Fix broken javadoc
---
 core/src/main/java/org/apache/accumulo/core/client/Connector.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/client/Connector.java b/core/src/main/java/org/apache/accumulo/core/client/Connector.java
index 9ac7d71..c089598 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/Connector.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/Connector.java
@@ -343,7 +343,7 @@ public abstract class Connector {
 
     /**
      * Build using Java properties object. A list of available properties can be found in the documentation on the project website (http://accumulo.apache.org)
-     * under 'Development' -> 'Client Properties'
+     * under 'Development' -&gt; 'Client Properties'
      *
      * @param properties
      *          Properties object
@@ -534,7 +534,7 @@ public abstract class Connector {
     SaslOptions withSasl();
 
     /**
-     * Build with BatchWriterConfig defaults for BatchWriter, MultiTableBatchWriter & BatchDeleter
+     * Build with BatchWriterConfig defaults for BatchWriter, MultiTableBatchWriter &amp; BatchDeleter
      *
      * @param batchWriterConfig
      *          BatchWriterConfig

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.

[accumulo] 01/02: Merge branch '1.8'

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b524c61fe54aface4094249be1775dbdc6dafe9a
Merge: 5d07cdb 36a0f25
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Feb 15 00:27:07 2018 -0500

    Merge branch '1.8'

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.