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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
