Project

General

Profile

« Previous | Next » 

Revision 54050

avoid to throw unnecessary exceptions

View differences:

modules/dnet-openaireplus-mapping-utils/trunk/src/main/java/eu/dnetlib/data/index/CloudIndexClient.java
151 151
		}
152 152
	}
153 153

  
154
	public void close() throws IOException {
154
	public void close() {
155 155
		if (solrClient != null) {
156 156
			solrClient.shutdown();
157 157
		}

Also available in: Unified diff