Revision: 7868
          http://svn.sourceforge.net/gate/?rev=7868&view=rev
Author:   ian_roberts
Date:     2006-11-29 04:07:27 -0800 (Wed, 29 Nov 2006)

Log Message:
-----------
Fix for https://sourceforge.net/support/tracker.php?aid=1605127 that was
revealed by the change to ImmutableAnnotationSetImpl.  A couple of instances
where the code was doing "subSet = docAnnots.get(someType);...subSet.clear()"
have been replaced by "docAnnots.removeAll(subSet);", also where the code was
using subset annotation sets in a read/write manner it now uses
HashSet<Annotation> instead.

Modified Paths:
--------------
    gate/trunk/src/gate/creole/coref/PronominalCoref.java


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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to