merging changes from 1.4 branch
This commit is contained in:
parent
403ffed9cc
commit
80666aa0a0
3 changed files with 125 additions and 144 deletions
|
@ -56,6 +56,7 @@ public class ModelUtils {
|
|||
|
||||
VClassDao vcd = wadf.getVClassDao();
|
||||
List<String> superClassURIs = vcd.getSuperClassURIs(classURI, false);
|
||||
superClassURIs.add(classURI);
|
||||
Iterator<String> iter = superClassURIs.iterator();
|
||||
|
||||
ObjectProperty op = new ObjectProperty();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue