Revision: 13948 http://gate.svn.sourceforge.net/gate/?rev=13948&view=rev Author: valyt Date: 2011-06-07 13:00:57 +0000 (Tue, 07 Jun 2011)
Log Message: ----------- Simplified comments. Modified Paths: -------------- gate/trunk/src/gate/AnnotationSet.java gate/trunk/src/gate/annotation/AnnotationSetImpl.java Modified: gate/trunk/src/gate/AnnotationSet.java =================================================================== --- gate/trunk/src/gate/AnnotationSet.java 2011-06-07 11:48:21 UTC (rev 13947) +++ gate/trunk/src/gate/AnnotationSet.java 2011-06-07 13:00:57 UTC (rev 13948) @@ -216,8 +216,7 @@ * completely and is bigger than the given one. Here we only get the * annotations between the two offsets. Formally, all annotations * are returned whose start position is >= <code>startOffset</code> - * and < <code>endOffset</code> and whose end position is - * <= <code>endOffset</code>. + * and whose end position is <= <code>endOffset</code>. * * @param startOffset the start of the interval, inclusive * @param endOffset the end of the interval, inclusive Modified: gate/trunk/src/gate/annotation/AnnotationSetImpl.java =================================================================== --- gate/trunk/src/gate/annotation/AnnotationSetImpl.java 2011-06-07 11:48:21 UTC (rev 13947) +++ gate/trunk/src/gate/annotation/AnnotationSetImpl.java 2011-06-07 13:00:57 UTC (rev 13948) @@ -591,8 +591,8 @@ /** * Select annotations contained within an interval, i.e. * those annotations whose start position is - * >= <code>startOffset</code> and < <code>endOffset</code> - * and whose end position is <= <code>endOffset</code>. + * >= <code>startOffset</code> and whose end position is <= + * <code>endOffset</code>. */ public AnnotationSet getContained(Long startOffset, Long endOffset) { // the result will include all the annotations that either: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs