Skip to content

Commit

Permalink
[INLONG-11364][Audit] Resolving code conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
doleyzi committed Oct 21, 2024
1 parent b8c3b30 commit 500f76e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

import static org.apache.inlong.audit.entity.AuditComponent.AGENT;
import static org.apache.inlong.audit.entity.AuditComponent.DATAPROXY;
import static org.apache.inlong.audit.entity.AuditComponent.PUBLIC_NETWORK;
import static org.apache.inlong.audit.entity.AuditComponent.SORT;

public class AuditProxyCache {
Expand Down Expand Up @@ -79,9 +78,6 @@ private Map<String, String> getProxyConfigs() {
proxyConfigs.put(SORT.getComponent(),
config.get(ProxyConstants.KEY_AUDIT_PROXY_ADDRESS_SORT,
ProxyConstants.DEFAULT_AUDIT_PROXY_ADDRESS_SORT));
proxyConfigs.put(PUBLIC_NETWORK.getComponent(),
config.get(ProxyConstants.KEY_AUDIT_PROXY_ADDRESS_PUBLIC_NETWORK,
ProxyConstants.DEFAULT_AUDIT_PROXY_ADDRESS_PUBLIC_NETWORK));
return proxyConfigs;
}

Expand Down

0 comments on commit 500f76e

Please sign in to comment.