From a431880bef50484238ff9665aeac91b5ab13e987 Mon Sep 17 00:00:00 2001 From: Gaurav Vaidya Date: Tue, 21 May 2019 01:45:47 -0400 Subject: [PATCH] Eliminated incorrect comment. --- src/wrappers/TaxonConceptWrapper.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/wrappers/TaxonConceptWrapper.js b/src/wrappers/TaxonConceptWrapper.js index a6afd365..52a2d02f 100644 --- a/src/wrappers/TaxonConceptWrapper.js +++ b/src/wrappers/TaxonConceptWrapper.js @@ -20,13 +20,6 @@ const { TaxonNameWrapper } = require('./TaxonNameWrapper'); * (i.e. as a nominal taxon concept, as in https://github.com/darwin-sw/dsw/wiki/ClassTaxon). * - MAY have nameString and accordingToString properties. We will fall back * to these properties if hasName or accordingTo are missing. - * - * Taxonomic units may be specified with only an '@id' or a set of '@id's, which - * indicate external references. We will add extra types for TYPE_APOMORPHY and - * TYPE_PHYLOREF when needed. - * - * TODO: We need to develop a syntax for representing apomorphies and referencing - * phyloreferences. */ class TaxonConceptWrapper {