mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 19:57:56 +00:00
fix java checkstyle (#18768)
This commit is contained in:
parent
85ca7986f2
commit
76bd8d8886
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user