mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-19 12:50:20 +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());
|
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();
|
return Response.ok().entity(response).type(MediaType.APPLICATION_JSON).build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user