Revision 9150
Added by rnahf almost 10 years ago
src/edu/ucsb/nceas/metacat/replication/ReplicationService.java | ||
---|---|---|
2345 | 2345 |
.setDefaultRequestConfig(rc) |
2346 | 2346 |
.build(); |
2347 | 2347 |
|
2348 |
sslClient = new RestlClient(hc);
|
|
2348 |
sslClient = new RestClient(hc); |
|
2349 | 2349 |
} |
2350 | 2350 |
catch (FileNotFoundException e) { |
2351 | 2351 |
// these are somewhat expected for anonymous client use |
Also available in: Unified diff
fixed class name typo.