Skip to content

Commit

Permalink
Update projectmanagement/src/main/java/life/qbic/projectmanagement/do…
Browse files Browse the repository at this point in the history
…main/project/sample/SampleRegistrationRequest.java

Co-authored-by: Tobias Koch <[email protected]>
  • Loading branch information
wow-such-code and KochTobi authored Jul 12, 2023
1 parent 879486c commit 0bc8982
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public SampleRegistrationRequest(String label, BatchId assignedBatch, Experiment
this.experimentalGroupId = Objects.requireNonNull(experimentalGroupId);
this.replicateReference = Objects.requireNonNull(replicateReference);
this.sampleOrigin = Objects.requireNonNull(sampleOrigin);
this.comment = comment == null ? "" : comment;
this.analysisType = analysisType == null ? "" : analysisType;
this.comment = comment;
this.analysisType = analysisType;
}
}

0 comments on commit 0bc8982

Please sign in to comment.