Skip to content

Commit

Permalink
Fixed listing the compounds
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 11, 2012
1 parent 0879da6 commit d240fa0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ public class OpentoxManager implements IBioclipseManager {

private final static String QUERY_COMPOUNDS =
"SELECT ?compound ?id WHERE {" +
" ?set a <http://www.opentox.org/api/1.1#Compound> ." +
" ?compound a <http://www.opentox.org/api/1.1#Compound> ." +
"}";

/**
Expand Down

0 comments on commit d240fa0

Please sign in to comment.