mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-103813 Character codes instead of characters when creating a new task
This commit is contained in:
@@ -84,7 +84,6 @@ public class GenericRepository extends BaseRepositoryImpl {
|
||||
httpClient.executeMethod(method);
|
||||
if (method.getStatusCode() != 200) throw new Exception("Cannot get tasks: HTTP status code " + method.getStatusCode());
|
||||
final String response = method.getResponseBodyAsString();
|
||||
System.out.println(response);
|
||||
return parseResponse(query, max, response);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user