浏览代码

another update to comment

Stephen Ficklin 4 年之前
父节点
当前提交
10c5b7d4cc
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      tripal_chado/includes/TripalImporter/OBOImporter.inc

+ 1 - 2
tripal_chado/includes/TripalImporter/OBOImporter.inc

@@ -934,8 +934,7 @@ class OBOImporter extends TripalImporter {
     $this->obo_namespaces[$namespace] = $cv->cv_id;
     $this->idspaces = $idspaces;
 
-    // Add a new database for each idspace and associate it with the
-    // default CV.
+    // Add a new database for each idspace.
     foreach ($idspaces as $shortname => $idspace) {
       $this->addDB($shortname, $idspace['url'], $idspace['description']);
     }