Project

General

Profile

« Previous | Next » 

Revision 45248

migrated to dnet45

View differences:

ResolvingIndexClientFactory.java
36 36
		for (IndexClientFactory factory : indexClientFactories) {
37 37
			if (factory.getBackendId().equalsIgnoreCase(backendId)) { return factory.getClient(format, layout, interpretation); }
38 38
		}
39
		throw new IndexClientException("No client for bakendId: " + backendId);
39
		throw new IndexClientException("No client for backendId: " + backendId);
40 40
	}
41 41

  
42 42
}

Also available in: Unified diff