Revision: 19237
http://sourceforge.net/p/gate/code/19237
Author: markagreenwood
Date: 2016-04-13 10:45:35 +0000 (Wed, 13 Apr 2016)
Log Message:
-----------
make the new param default to true to keep the old behaviour if not specified
Modified Paths:
--------------
gate/trunk/plugins/Format_CSV/gcp/csv4gcp.jar
gate/trunk/plugins/Format_CSV/gcp/src/gate/cloud/io/csv/CSVStreamingOutputHandler.java
Modified: gate/trunk/plugins/Format_CSV/gcp/csv4gcp.jar
===================================================================
(Binary files differ)
Modified:
gate/trunk/plugins/Format_CSV/gcp/src/gate/cloud/io/csv/CSVStreamingOutputHandler.java
===================================================================
---
gate/trunk/plugins/Format_CSV/gcp/src/gate/cloud/io/csv/CSVStreamingOutputHandler.java
2016-04-13 10:43:05 UTC (rev 19236)
+++
gate/trunk/plugins/Format_CSV/gcp/src/gate/cloud/io/csv/CSVStreamingOutputHandler.java
2016-04-13 10:45:35 UTC (rev 19237)
@@ -106,7 +106,9 @@
// should we only look at annotations contained within the annotationType
or
// do we allow overlapping ones as well?
- containedOnly = Boolean.parseBoolean(configData.get(PARAM_CONTAINED_ONLY));
+ containedOnly =
+ configData.containsKey(PARAM_CONTAINED_ONLY) ? Boolean
+ .parseBoolean(configData.get(PARAM_CONTAINED_ONLY)) : true;
}
@Override
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs