mirror of
https://github.com/apache/archiva.git
synced 2025-02-06 18:19:02 +00:00
fix compilation due to remove of duplicate method
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1166427 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9d5b0d710
commit
5b3487fe7f
@ -87,7 +87,7 @@ protected ProxyConnector findProxyConnector( String sourceId, String targetId )
|
||||
return null;
|
||||
}
|
||||
|
||||
return getProxyConnectorAdmin().findProxyConnector( sourceId, targetId );
|
||||
return getProxyConnectorAdmin().getProxyConnector( sourceId, targetId );
|
||||
}
|
||||
|
||||
protected Map<String, List<ProxyConnector>> createProxyConnectorMap()
|
||||
|
Loading…
x
Reference in New Issue
Block a user