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

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


The following commit(s) were added to refs/heads/1.7 by this push:
     new d472fd2  ACCUMULO-4702 Checkstyle corrections
d472fd2 is described below

commit d472fd2a43c30d2920fc4bf347ade5194ec84b41
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Thu Sep 14 10:26:11 2017 -0400

    ACCUMULO-4702 Checkstyle corrections
---
 .../main/java/org/apache/accumulo/core/util/HostAndPort.java   | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/util/HostAndPort.java 
b/core/src/main/java/org/apache/accumulo/core/util/HostAndPort.java
index bae98be..59cb652 100644
--- a/core/src/main/java/org/apache/accumulo/core/util/HostAndPort.java
+++ b/core/src/main/java/org/apache/accumulo/core/util/HostAndPort.java
@@ -22,15 +22,13 @@ import java.io.Serializable;
 import com.google.common.base.Strings;
 
 /**
- * This class was copied from Guava release 23.0 to replace the older Guava 14 
version that had been used in Accumulo.
- * It was annotated as Beta by Google, therefore unstable to use in a core 
Accumulo library.  We learned this the hard
- * way when Guava version 20 deprecated the getHostText method and then 
removed the method all together in version 22.
- * See ACCUMULO-4702
+ * This class was copied from Guava release 23.0 to replace the older Guava 14 
version that had been used in Accumulo. It was annotated as Beta by Google,
+ * therefore unstable to use in a core Accumulo library. We learned this the 
hard way when Guava version 20 deprecated the getHostText method and then 
removed
+ * the method all together in version 22. See ACCUMULO-4702
  *
  * Unused methods and annotations were removed to reduce maintenance costs.
  *
- * Javadoc from Guava 23.0 release:
- * An immutable representation of a host and port.
+ * Javadoc from Guava 23.0 release: An immutable representation of a host and 
port.
  *
  * <p>
  * Example usage:

-- 
To stop receiving notification emails like this one, please contact
['"commits@accumulo.apache.org" <commits@accumulo.apache.org>'].

Reply via email to