Revision: 18053
          http://sourceforge.net/p/gate/code/18053
Author:   markagreenwood
Date:     2014-06-10 09:01:08 +0000 (Tue, 10 Jun 2014)
Log Message:
-----------
removed a stack trace printout as it just confuses people

Modified Paths:
--------------
    
gate/trunk/plugins/Tagger_DateNormalizer/src/gate/creole/dates/DateNormalizer.java

Modified: 
gate/trunk/plugins/Tagger_DateNormalizer/src/gate/creole/dates/DateNormalizer.java
===================================================================
--- 
gate/trunk/plugins/Tagger_DateNormalizer/src/gate/creole/dates/DateNormalizer.java
  2014-06-10 01:19:35 UTC (rev 18052)
+++ 
gate/trunk/plugins/Tagger_DateNormalizer/src/gate/creole/dates/DateNormalizer.java
  2014-06-10 09:01:08 UTC (rev 18053)
@@ -443,10 +443,10 @@
         // order to avoid overlapping annotations
         start = pp.getIndex();
       } catch(Exception e) {
-        e.printStackTrace();
+        //e.printStackTrace();
         // not quite sure how we got here but continue on by moving parsing to
         // the next character in the document
-        start++;
+        start++;        
       }
       // Calculate percentage complete using the parsing position within the
       // document content

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


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to