typo
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 11 Sep 2019 07:15:33 +0000 (09:15 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 11 Sep 2019 12:03:04 +0000 (14:03 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrix.java

index c475dd78f7e2ed288e3a3b6d9295ed188c7d8193..8772fe81448857caa044ff8c4dc9c34792dcc546 100644 (file)
@@ -770,7 +770,7 @@ public class CharacterMatrix extends Composite {
         .filter(rowWrapper->rowWrapper instanceof SpecimenRowWrapperDTO)
         .map(specimenRowWrapper->((SpecimenRowWrapperDTO) specimenRowWrapper).getSpecimen().getUuid())
         .collect(Collectors.toList())
-        //an check if the specimen to add is already contained
+        //and check if the specimen to add is already contained
         .contains(wrapper.getUuidAndTitleCache().getUuid())
         )
         .collect(Collectors.toList());