Skip to content

Commit

Permalink
Error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petchris committed Aug 11, 2020
1 parent 961cff0 commit 3cce599
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -91,9 +91,7 @@ public WarcRecordClient(URI uri) throws IOException, URISyntaxException {
try (CloseableHttpClient httpClient = HttpClientBuilder.create().build()) {
}
}
if (warcInstance == null) {
warcInstance = new WarcRecordClient(uri);
}

// warcInstance = WarcRecordClient.getInstance(uri); // several instances
warcInstance.getWarc(uri);
}
Expand Down

0 comments on commit 3cce599

Please sign in to comment.