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:12 UTC

[accumulo] 02/02: Fix broken javadoc

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.