From 37a178c1f18b1de4a2af9448a0f067df52358015 Mon Sep 17 00:00:00 2001 From: sjm222 Date: Thu, 15 Jul 2010 19:12:48 +0000 Subject: [PATCH] added a comment about an unused method --- .../mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBase.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBase.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBase.java index 502616967..ef2c4f189 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBase.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBase.java @@ -114,6 +114,8 @@ public class UpdateKnowledgeBase implements ServletContextListener { } /** + * Unused for the release 1.0 to 1.1 mirgration. + * * Replace any triple X P S in the application metadata model * with X P T where P and T are specified in the input file * @param filename containing replacement values