Revision: 20270 http://sourceforge.net/p/gate/code/20270 Author: adamfunk Date: 2017-10-19 13:37:56 +0000 (Thu, 19 Oct 2017) Log Message: ----------- bugfix backported from git
Modified Paths: -------------- gate/trunk/plugins/Tagger_Chemistry/resources/clean.jape Modified: gate/trunk/plugins/Tagger_Chemistry/resources/clean.jape =================================================================== --- gate/trunk/plugins/Tagger_Chemistry/resources/clean.jape 2017-10-16 14:31:59 UTC (rev 20269) +++ gate/trunk/plugins/Tagger_Chemistry/resources/clean.jape 2017-10-19 13:37:56 UTC (rev 20270) @@ -35,7 +35,7 @@ gate.AnnotationSet splits = outputAS.get("Split",dotSet.firstNode().getOffset(),dotSet.lastNode().getOffset()); - if (splits != null || splits.size() > 0) + if (splits.size() > 0) { outputAS.removeAll(elSet); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs