NIHVIVO-1193 listener to update externally-linked namespaces
This commit is contained in:
parent
a5bd1b9faf
commit
287c533795
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ import edu.cornell.mannlib.vitro.webapp.dao.VitroVocabulary;
|
|||
|
||||
public class ApplicationDaoJena extends JenaBaseDao implements ApplicationDao {
|
||||
|
||||
Property LINKED_NAMESPACE_PROP = ResourceFactory.createProperty(
|
||||
VitroVocabulary.DISPLAY + "linkedNamespace");
|
||||
private static final Property LINKED_NAMESPACE_PROP =
|
||||
ResourceFactory.createProperty(
|
||||
VitroVocabulary.DISPLAY + "linkedNamespace");
|
||||
|
||||
Integer portalCount = null;
|
||||
List<String> externallyLinkedNamespaces = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue