Skip to content

Commit

Permalink
undo local change
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed Nov 1, 2023
1 parent c8f11d9 commit 14ab0a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public NexxCloudSessionInitiationTask(final AbstractCrawler aCrawler) {
@Override
public Long call() {
final Gson gson = createGson();
/*

try(final Client client = createClient()) {
final WebTarget target =
client.target(FunkUrls.NEXX_CLOUD_SESSION_INIT.getAsString(crawler.getRuntimeConfig()));
Expand All @@ -55,7 +55,7 @@ public Long call() {
response.getStatus());
}
}
}*/
}
return null;
}

Expand Down

0 comments on commit 14ab0a8

Please sign in to comment.