Removed wrong TODO comment

This commit is contained in:
Luca Frosini 2023-03-01 20:09:11 +01:00
parent 91a03750a0
commit 022b3acc8b
1 changed files with 0 additions and 2 deletions

View File

@ -179,8 +179,6 @@ public class ResourceRegistryClientImpl implements ResourceRegistryClient {
protected Context getContextFromServer(String uuid) throws ContextNotFoundException, ResourceRegistryException {
try {
// TODO use cache
logger.info("Going to get current {} ", Context.NAME);
GXHTTPStringRequest gxHTTPStringRequest = getGXHTTPStringRequest();
gxHTTPStringRequest.header(ACCEPT_HTTP_HEADER_KEY, GXConnection.APPLICATION_JSON_CHARSET_UTF_8);