Merge branch 'maint-rel-1.6' into develop
This commit is contained in:
commit
f73af72ce8
3 changed files with 126 additions and 92 deletions
|
@ -103,6 +103,7 @@ public class ModelUtils {
|
|||
List<String> properties = new ArrayList<String>();
|
||||
properties.add(processPropertyURI);
|
||||
properties.add(nonProcessPropertyURI);
|
||||
properties.add(grantPropertyURI);
|
||||
return properties;
|
||||
}
|
||||
|
||||
|
@ -110,6 +111,7 @@ public class ModelUtils {
|
|||
List<String> properties = new ArrayList<String>();
|
||||
properties.add(processPropertyInverseURI);
|
||||
properties.add(nonProcessPropertyInverseURI);
|
||||
properties.add(grantPropertyInverseURI);
|
||||
return properties;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue