Skip to content
Snippets Groups Projects
Verified Commit 443af754 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Removed unnecessary setName.

parent 8e333069
No related branches found
No related tags found
2 merge requests!44Release 0.6,!43Merge f-GRPC-main to dev
Pipeline #16080 passed
......@@ -227,7 +227,6 @@ public class EntityTransactionServiceImpl extends EntityTransactionServiceImplBa
new UpdateEntity(
grpcToCaosdb.getId(updateEntity.getId()), // ID is not handled by grpc convert
grpcToCaosdb.convert(updateEntity.getRole()));
entity.setName(updateEntity.getName().isEmpty() ? null : updateEntity.getName());
grpcToCaosdb.convert(updateEntity, entity);
addFileUpload(container, entity, updateRequest.getEntityRequest());
container.add(entity);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment