You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2015/10/19 00:59:00 UTC

[6/8] accumulo git commit: ACCUMULO-4027 Commit checkstyle autoformatting.

ACCUMULO-4027 Commit checkstyle autoformatting.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6b733309
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6b733309
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6b733309

Branch: refs/heads/master
Commit: 6b73330985727ed2a5012ebae53afa00bcad9711
Parents: 208a103
Author: Josh Elser <el...@apache.org>
Authored: Sun Oct 18 18:58:01 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Sun Oct 18 18:58:01 2015 -0400

----------------------------------------------------------------------
 .../org/apache/accumulo/core/client/ClientConfiguration.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6b733309/core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java b/core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java
index 649df00..d5bf920 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java
@@ -244,11 +244,11 @@ public class ClientConfiguration extends CompositeConfiguration {
   }
 
   /**
-   * Muck the value of {@code clientConfPath} if it points to a directory by appending
-   * {@code client.conf} to the end of the file path. This is a no-op if the value is not a
-   * directory on the filesystem.
+   * Muck the value of {@code clientConfPath} if it points to a directory by appending {@code client.conf} to the end of the file path. This is a no-op if the
+   * value is not a directory on the filesystem.
    *
-   * @param clientConfPath The value of ACCUMULO_CLIENT_CONF_PATH.
+   * @param clientConfPath
+   *          The value of ACCUMULO_CLIENT_CONF_PATH.
    */
   static String getClientConfPath(String clientConfPath) {
     if (null == clientConfPath) {