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:
Olivier Lamy 2011-09-07 21:49:05 +00:00
parent d9d5b0d710
commit 5b3487fe7f
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public abstract class AbstractProxyConnectorAction
return null;
}
return getProxyConnectorAdmin().findProxyConnector( sourceId, targetId );
return getProxyConnectorAdmin().getProxyConnector( sourceId, targetId );
}
protected Map<String, List<ProxyConnector>> createProxyConnectorMap()