Removed wrong TODO comment
This commit is contained in:
parent
91a03750a0
commit
022b3acc8b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue