NIHVIVO-1193 listener to update externally-linked namespaces

This commit is contained in:
bjl23 2011-01-03 18:18:46 +00:00
parent a5bd1b9faf
commit 287c533795

View file

@ -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;