[ SEARCH-2175 ] Fix build errors

This commit is contained in:
agazzarini
2020-04-14 21:46:51 +02:00
parent bf4c46b2b8
commit 55a251bb0d
@@ -285,7 +285,8 @@ public class SOLRAPIQueueClient extends SOLRAPIClient
return allNodes;
}
public List<NodeMetaData> getNodesMetaData(NodeMetaDataParameters params, int maxResults) throws AuthenticationException, IOException, JSONException
@Override
public List<NodeMetaData> getNodesMetaData(NodeMetaDataParameters params) throws AuthenticationException, IOException, JSONException
{
if(throwException) {
throw new ConnectException("THROWING EXCEPTION, better be ready!");