From e751274430547d6e3eac7234d1646de467b6a482 Mon Sep 17 00:00:00 2001 From: sjm222 Date: Fri, 2 Apr 2010 18:21:23 +0000 Subject: [PATCH] NIHVIV0-205 --- .../mannlib/vitro/webapp/ontology/update/TBoxUpdater.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/TBoxUpdater.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/TBoxUpdater.java index ff32b825a..0b0f99d57 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/TBoxUpdater.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/TBoxUpdater.java @@ -69,6 +69,9 @@ public class TBoxUpdater { * setting applied to an existing class where it wasn't applied before, or * an existing setting applied to a new class) has been applied to a vivo * core class then copy that new property statement into the site model. + * If a property setting for a class exists in the old ontology but + * not in the new one, then that statement will be removed from the + * site knowledge base. * * Writes to the change log file, the error log file, and the incremental change * knowledge base.