Commit b15c49ee authored by Alina Habibulina's avatar Alina Habibulina

[fix]

parent e7003e0e
......@@ -366,7 +366,7 @@ public class ImportBean {
}
if (rowFF != null && !rowFF.isEmpty()) {
String data = formateRequestData (rowFF, registryCode);
String data = formateRequestData(rowFF, registryCode);
String answer = HTTPRequestUtils.sendPost(BASE_URL + "rest/api/registry/create_doc_rcc", data, login, password);
JsonParser answrPars = new JsonParser();
JsonElement jsonAnswr = answrPars.parse(answer);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment