fix java checkstyle (#18768)

This commit is contained in:
sonika-shah 2024-11-25 13:58:18 +05:30 committed by GitHub
parent 85ca7986f2
commit 76bd8d8886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -484,7 +484,7 @@ public abstract class EntityResource<T extends EntityInterface, K extends Entity
jobId, securityContext, e.getMessage());
}
});
CSVImportResponse response = new CSVImportResponse(jobId, "Import initiated successfully.");
CSVImportResponse response = new CSVImportResponse(jobId, "Import is in progress.");
return Response.ok().entity(response).type(MediaType.APPLICATION_JSON).build();
}