You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the 'obsolete' status of ontology classes exportable, some changes have to be applied.
The following changes have been applied to v1.7.1 and should also find their way into v1.8.0.
de.julielab.neo4j.plugins.constants.semedico.ConceptConstants.java needs a field public static final String PROP_OBSOLETE = "obsolete";
de.julielab.neo4j.plugins.datarepresentation.ImportConcept needs a new constructor to deal with the new field
To make the 'obsolete' status of ontology classes exportable, some changes have to be applied.
The following changes have been applied to v1.7.1 and should also find their way into v1.8.0.
de.julielab.neo4j.plugins.constants.semedico.ConceptConstants.java needs a field
public static final String PROP_OBSOLETE = "obsolete";
de.julielab.neo4j.plugins.datarepresentation.ImportConcept needs a new constructor to deal with the new field
and a corresponding variable
The text was updated successfully, but these errors were encountered: