Revision: 20048
http://sourceforge.net/p/gate/code/20048
Author: markagreenwood
Date: 2017-02-01 12:01:43 +0000 (Wed, 01 Feb 2017)
Log Message:
-----------
actually keep hold of the file handle once created
Modified Paths:
--------------
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/gui/GazetteerEditor.java
Modified:
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/gui/GazetteerEditor.java
===================================================================
---
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/gui/GazetteerEditor.java
2017-02-01 10:46:18 UTC (rev 20047)
+++
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/gui/GazetteerEditor.java
2017-02-01 12:01:43 UTC (rev 20048)
@@ -827,7 +827,7 @@
// update file list name in the drop down list
File defFile = null;
try {
- Files.fileFromURL(gazetteer.getListsURL().toURL());
+ defFile = Files.fileFromURL(gazetteer.getListsURL().toURL());
}
catch (IOException ioe) {
ioe.printStackTrace();
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs