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 f9ca165510a77b2e27dbc8266a6190cff4aa5ba7
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Thu Jan 31 19:36:24 2019 -0500

    Fix javadoc html syntax
---
 .../main/java/org/apache/accumulo/core/client/AccumuloClient.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/client/AccumuloClient.java 
b/core/src/main/java/org/apache/accumulo/core/client/AccumuloClient.java
index ee6a627..d3cde65 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/AccumuloClient.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/AccumuloClient.java
@@ -55,7 +55,7 @@ import org.apache.accumulo.core.security.Authorizations;
  * AccumuloClient and pass it around.
  *
  * @since 2.0.0
- * @see <a 
href=https://accumulo.apache.org/docs/2.x/getting-started/clients>Accumulo 
Client
+ * @see <a 
href="https://accumulo.apache.org/docs/2.x/getting-started/clients";>Accumulo 
Client
  *      Documentation</a>
  */
 public interface AccumuloClient extends AutoCloseable {
@@ -359,7 +359,7 @@ public interface AccumuloClient extends AutoCloseable {
      * @param propertiesFilePath
      *          Path to properties file
      * @return this builder
-     * @see <a 
href=https://accumulo.apache.org/docs/2.x/configuration/client-properties>Client
+     * @see <a 
href="https://accumulo.apache.org/docs/2.x/configuration/client-properties";>Client
      *      properties documentation</a>
      */
     FromOptions<T> from(String propertiesFilePath);
@@ -371,7 +371,7 @@ public interface AccumuloClient extends AutoCloseable {
      * @param propertiesFile
      *          Path to properties file
      * @return this builder
-     * @see <a 
href=https://accumulo.apache.org/docs/2.x/configuration/client-properties>Client
+     * @see <a 
href="https://accumulo.apache.org/docs/2.x/configuration/client-properties";>Client
      *      properties documentation</a>
      */
     FromOptions<T> from(Path propertiesFile);
@@ -383,7 +383,7 @@ public interface AccumuloClient extends AutoCloseable {
      * @param properties
      *          Properties object
      * @return this builder
-     * @see <a 
href=https://accumulo.apache.org/docs/2.x/configuration/client-properties>Client
+     * @see <a 
href="https://accumulo.apache.org/docs/2.x/configuration/client-properties";>Client
      *      properties documentation</a>
      */
     FromOptions<T> from(Properties properties);

Reply via email to