调整checkstyle格式

pull/1095/head
yangjuanying 2 years ago
parent f7720f5942
commit 70aac11a48

@ -10,18 +10,17 @@
package com.tencent.cloud.polaris.config.adapter; package com.tencent.cloud.polaris.config.adapter;
import com.tencent.polaris.configuration.api.core.ConfigFileService;
import org.springframework.core.env.CompositePropertySource; import org.springframework.core.env.CompositePropertySource;
import org.springframework.core.env.Environment; import org.springframework.core.env.Environment;
import com.tencent.polaris.configuration.api.core.ConfigFileService;
/** /**
* @Date Jul 23, 2023 2:57:49 PM * @Date Jul 23, 2023 2:57:49 PM
* @author juanyinyang * @author juanyinyang
*/ */
public interface PolarisConfigCustomExtensionLayer { public interface PolarisConfigCustomExtensionLayer {
void execute(String namespace, Environment environment, CompositePropertySource compositePropertySource, void execute(String namespace, Environment environment, CompositePropertySource compositePropertySource, PolarisPropertySourceManager polarisPropertySourceManager, ConfigFileService configFileService);
PolarisPropertySourceManager polarisPropertySourceManager, ConfigFileService configFileService);
} }

Loading…
Cancel
Save