mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
[ SEARCH-2175 ] Fix build errors
This commit is contained in:
+2
-1
@@ -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!");
|
||||
|
||||
Reference in New Issue
Block a user