Revision: 14611
          http://gate.svn.sourceforge.net/gate/?rev=14611&view=rev
Author:   adamfunk
Date:     2011-11-25 17:49:04 +0000 (Fri, 25 Nov 2011)
Log Message:
-----------
Bugfix (my own copy-and-paste error)

Modified Paths:
--------------
    gate/trunk/src/gate/Utils.java

Modified: gate/trunk/src/gate/Utils.java
===================================================================
--- gate/trunk/src/gate/Utils.java      2011-11-25 13:20:12 UTC (rev 14610)
+++ gate/trunk/src/gate/Utils.java      2011-11-25 17:49:04 UTC (rev 14611)
@@ -440,7 +440,7 @@
   public static AnnotationSet getCoveringAnnotations(
     AnnotationSet sourceAnnotationSet,
     Annotation coveredAnnotation) {
-    return getContainedAnnotations(sourceAnnotationSet,coveredAnnotation,"");
+    return getCoveringAnnotations(sourceAnnotationSet,coveredAnnotation,"");
   }
 
   /**

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