VIVO-706 add a ObjectProperty declaration for "conceptAssociatedWith"

This commit is contained in:
j2blake 2014-03-12 13:16:25 -04:00
parent 83dd4a57e7
commit 4f29ab6f5f

View file

@ -193,7 +193,7 @@ public class PropertyDaoJena extends JenaBaseDao implements PropertyDao {
} catch (Exception cce) {} } catch (Exception cce) {}
} }
} catch (Exception e) { } catch (Exception e) {
log.error(e, e); log.error("Failed to get super-properties for " + propertyURI, e);
} finally { } finally {
getOntModel().leaveCriticalSection(); getOntModel().leaveCriticalSection();
} }