|
From: <ian...@us...> - 2006-11-29 12:07:27
|
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.
|