You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2020/08/07 14:01:46 UTC

[hadoop-ozone] 02/02: one line method def

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

elek pushed a commit to branch HDDS-3878
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 9980b56c75921032963ec3b246b5d045cb9aa6a9
Author: Elek Márton <el...@apache.org>
AuthorDate: Fri Aug 7 15:56:28 2020 +0200

    one line method def
---
 .../src/main/java/org/apache/hadoop/ozone/shell/OzoneAddress.java     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/OzoneAddress.java b/hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/OzoneAddress.java
index 5161776..0ddd657 100644
--- a/hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/OzoneAddress.java
+++ b/hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/OzoneAddress.java
@@ -90,9 +90,7 @@ public class OzoneAddress {
   }
 
   @VisibleForTesting
-  protected OzoneClient createRpcClient(
-      ConfigurationSource conf
-  )
+  protected OzoneClient createRpcClient(ConfigurationSource conf)
       throws IOException {
     return OzoneClientFactory.getRpcClient(conf);
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org