revert changes in taxonnodeDto.noteStatus
authorKatja Luther <k.luther@bgbm.org>
Fri, 10 Jun 2022 13:54:20 +0000 (15:54 +0200)
committerKatja Luther <k.luther@bgbm.org>
Fri, 10 Jun 2022 13:54:20 +0000 (15:54 +0200)
cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dto/TaxonNodeDto.java

index 10efd21895a61879657cd63a7163389568562553..0cb57fcfe9c7941487424b08d16a305942e1f15d 100644 (file)
@@ -92,7 +92,7 @@ public class TaxonNodeDto extends UuidAndTitleCache<ITaxonTreeNode> {
         super(uuid, id, nameTitleCache, taxonTitleCache);
 
     }
-    public TaxonNodeDto(UUID uuid, Integer id, String treeIndex, String nameTitleCache, String taxonTitleCache, Integer rankOrderIndex, UUID parentUuid, Integer sortIndex, UUID classificationUuid, Boolean taxonIsPublished, TaxonNodeStatus status, List<LanguageString> statusNote){
+    public TaxonNodeDto(UUID uuid, Integer id, String treeIndex, String nameTitleCache, String taxonTitleCache, Integer rankOrderIndex, UUID parentUuid, Integer sortIndex, UUID classificationUuid, Boolean taxonIsPublished, TaxonNodeStatus status){
        this(uuid, id, treeIndex, nameTitleCache, taxonTitleCache, rankOrderIndex, parentUuid, sortIndex, classificationUuid);
        this.status = status;
        this.taxonIsPublish = taxonIsPublished;