Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit f38b21e

Browse files
committed
[BI-2051] - removed comment
1 parent 1b6b9fb commit f38b21e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/brapi/test/BrAPITestServer/service/pheno/ObservationService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ private void updateEntity(ObservationEntity entity, ObservationNewRequest observ
381381
entity.setValue(observation.getValue());
382382

383383
if (observation.getObservationUnitDbId() != null) {
384-
// TODO: is the DbId is all we need to insert?
385384
ObservationUnitEntity observationUnit = observationUnitService
386385
.getObservationUnitEntity(observation.getObservationUnitDbId());
387386
entity.setObservationUnit(observationUnit);

0 commit comments

Comments
 (0)