Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -283,7 +283,7 @@ public class BrtService {
|
||||
StringBuilder stringBuilder = new StringBuilder();
|
||||
int status;
|
||||
if (rootDTO instanceof BrtRootDeleteDTO){
|
||||
status = HttpRestWrapper.callGeneric(url, null, null, contentBody, ContentType.APPLICATION_JSON, stringBuilder, null, RequestMethod.PUT);
|
||||
status = HttpRestWrapper.callGeneric(url, null, null, contentBody, ContentType.APPLICATION_JSON, stringBuilder, null, RequestMethod.PUT,0);
|
||||
} else {
|
||||
status = HttpRestWrapper.callGeneric(url, null, null, contentBody, ContentType.APPLICATION_JSON, stringBuilder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user