From 99411eda53f2d48a7d902db4b5a0635e26aea7ce Mon Sep 17 00:00:00 2001 From: "Andy Xu(devdiv)" Date: Fri, 10 Jul 2020 22:14:57 +0800 Subject: [PATCH] test pr --- .../com/microsoft/azure/docker/AzureDockerHostsManager.java | 6 +++--- .../serverexplore/hdinsightnode/HDInsightRootModule.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Utils/azure-explorer-common/src/com/microsoft/azure/docker/AzureDockerHostsManager.java b/Utils/azure-explorer-common/src/com/microsoft/azure/docker/AzureDockerHostsManager.java index 96941b8a49..868674ca0b 100644 --- a/Utils/azure-explorer-common/src/com/microsoft/azure/docker/AzureDockerHostsManager.java +++ b/Utils/azure-explorer-common/src/com/microsoft/azure/docker/AzureDockerHostsManager.java @@ -21,7 +21,7 @@ */ package com.microsoft.azure.docker; -import com.microsoft.azure.docker.model.*; +import com.microsoft.azure.docker.model.*; import com.microsoft.azure.docker.ops.AzureDockerCertVaultOps; import com.microsoft.azure.docker.ops.utils.AzureDockerUtils; import com.microsoft.azure.keyvault.KeyVaultClient; @@ -60,8 +60,8 @@ public synchronized void setDockerPreferredSettings(AzureDockerPreferredSettings this.dockerPreferredSettings = dockerPreferredSettings; } - public static AzureDockerHostsManager getAzureDockerHostsManager(AzureManager azureAuthManager) throws Exception { - if (instance == null || instance.azureAuthManager != azureAuthManager) { + public static AzureDockerHostsManager getAzureDockerHostsManager (AzureManager azureAuthManager) throws Exception { + if (instance == null || instance.azureAuthManager != azureAuthManager) { instance = new AzureDockerHostsManager(azureAuthManager); isInitialized = false; } diff --git a/Utils/azure-explorer-common/src/com/microsoft/azure/hdinsight/serverexplore/hdinsightnode/HDInsightRootModule.java b/Utils/azure-explorer-common/src/com/microsoft/azure/hdinsight/serverexplore/hdinsightnode/HDInsightRootModule.java index 4395a4a29e..28e49688a4 100644 --- a/Utils/azure-explorer-common/src/com/microsoft/azure/hdinsight/serverexplore/hdinsightnode/HDInsightRootModule.java +++ b/Utils/azure-explorer-common/src/com/microsoft/azure/hdinsight/serverexplore/hdinsightnode/HDInsightRootModule.java @@ -34,7 +34,7 @@ public HDInsightRootModule(String id, String name, Node parent, String iconPath, super(id, name, parent, iconPath, delayActionLoading); } - public abstract HDInsightRootModule getNewNode(Node parent); + public abstract HDInsightRootModule getNewNode (Node parent); public boolean isFeatureEnabled() { return false;