Merge remote-tracking branch 'origin/develop' into dev-isf
Conflicts: webapp/rdf/displayDisplay/everytime/displayDisplay.n3 webapp/web/i18n/all.properties webapp/web/templates/freemarker/lib/lib-properties.ftl
This commit is contained in:
commit
90512bdc1c
16 changed files with 893 additions and 409 deletions
|
@ -154,6 +154,12 @@ return this.objectPropertyStatementDao; }
|
|||
throw new RuntimeException(
|
||||
"WebappDaoFactory.checkURI() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasExistingURI(String uriStr) {
|
||||
throw new RuntimeException(
|
||||
"WebappDaoFactory.hasExistingURI() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public Set<String> getNonuserNamespaces() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue