Skip to content

Commit

Permalink
Improve wording in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
forus committed Jul 11, 2024
1 parent 0c0b754 commit 89d6a97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public GeneticAlterationIncrementalImporter(
if (sampleToValue.size() != initialOrderSampleListSize) {
throw new IllegalStateException("Number of samples ("
+ sampleToValue.size() + ") for genetic entity with id "
+ geneticEntityId + " does not match with the number in the inital sample list ("
+ geneticEntityId + " does not match with the number in the preexisting sample list ("
+ initialOrderSampleListSize + ").");
}
});
Expand Down

0 comments on commit 89d6a97

Please sign in to comment.