Skip to content

Commit

Permalink
Remove gibberish code line
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 committed Sep 23, 2024
1 parent 635304d commit 2de29fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public SampleRegistrationServiceV2(BatchRegistrationService batchRegistrationSer
@PreAuthorize("hasPermission(#projectId, 'life.qbic.projectmanagement.domain.model.project.Project', 'WRITE')")
public CompletableFuture<Void> registerNewSamples(Collection<SampleMetadata> sampleMetadata,
ExperimentId experimentId, ProjectId projectId, String batchLabel, boolean batchIsPilot) {
ba

throw new UnsupportedOperationException("Not implemented yet");
}

Expand Down

0 comments on commit 2de29fe

Please sign in to comment.