Skip to content

Commit c438cc1

Browse files
committed
Remove rdfs:comment from list of indexed statements
1 parent 762d28b commit c438cc1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ubic/basecode/ontology/jena/IndexerSelector.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class IndexerSelector implements Selector {
4343
static {
4444
wantedForIndexing = new HashSet<>();
4545
wantedForIndexing.add( RDFS.label );
46-
wantedForIndexing.add( RDFS.comment );
4746

4847
wantedForIndexing.add( OBO.id );
4948
wantedForIndexing.add( OBO.hasDbXref );

0 commit comments

Comments
 (0)