Revision: 14647
          http://gate.svn.sourceforge.net/gate/?rev=14647&view=rev
Author:   markagreenwood
Date:     2011-12-03 15:41:48 +0000 (Sat, 03 Dec 2011)
Log Message:
-----------
don't bother trying to delete a resource that can't have been created yet

Modified Paths:
--------------
    gate/trunk/src/gate/creole/gazetteer/FlexibleGazetteer.java

Modified: gate/trunk/src/gate/creole/gazetteer/FlexibleGazetteer.java
===================================================================
--- gate/trunk/src/gate/creole/gazetteer/FlexibleGazetteer.java 2011-12-03 
15:32:26 UTC (rev 14646)
+++ gate/trunk/src/gate/creole/gazetteer/FlexibleGazetteer.java 2011-12-03 
15:41:48 UTC (rev 14647)
@@ -177,7 +177,6 @@
      * document, so there is no reason to run the underlying gazetteer.  Save 
time
      * by ending execution on this document     */
     if (annotationMappings.isEmpty())  {
-      Factory.deleteResource(tempDoc);
       fireProcessFinished();
       return;
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to