Revision: 20041 http://sourceforge.net/p/gate/code/20041 Author: markagreenwood Date: 2017-02-01 06:50:42 +0000 (Wed, 01 Feb 2017) Log Message: ----------- fixed yet more javadoc
Modified Paths: -------------- gate/branches/sawdust2/plugins/Copy_Annots_Between_Docs/src/main/java/gate/copyAS2AnoDoc/CopyAS2AnoDocMain.java Modified: gate/branches/sawdust2/plugins/Copy_Annots_Between_Docs/src/main/java/gate/copyAS2AnoDoc/CopyAS2AnoDocMain.java =================================================================== --- gate/branches/sawdust2/plugins/Copy_Annots_Between_Docs/src/main/java/gate/copyAS2AnoDoc/CopyAS2AnoDocMain.java 2017-02-01 06:46:01 UTC (rev 20040) +++ gate/branches/sawdust2/plugins/Copy_Annots_Between_Docs/src/main/java/gate/copyAS2AnoDoc/CopyAS2AnoDocMain.java 2017-02-01 06:50:42 UTC (rev 20041) @@ -41,8 +41,10 @@ private String inputASName; private String outputASName; private List<String> annotationTypes; - + File[] xmlFiles = null; + boolean [] fileNotUsedYet = null; + /** Initialise this resource, and return it. */ public gate.Resource init() throws ResourceInstantiationException { return this; @@ -51,10 +53,8 @@ /** * Run the resource. * - * @throws ExecutionException + * @throws ExecutionException if an error occurs while running the PR */ - File[] xmlFiles = null; - boolean [] fileNotUsedYet = null; public void execute() throws ExecutionException { // now we need to see if the corpus is provided @@ -220,4 +220,4 @@ } } - \ No newline at end of file + 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