Revision: 20043 http://sourceforge.net/p/gate/code/20043 Author: markagreenwood Date: 2017-02-01 07:03:01 +0000 (Wed, 01 Feb 2017) Log Message: ----------- yet more javadoc fixes
Modified Paths: -------------- gate/branches/sawdust2/plugins/Groovy/src/main/java/gate/groovy/GateGroovyMethods.java gate/branches/sawdust2/plugins/Groovy/src/main/java/gate/groovy/ScriptPR.java Modified: gate/branches/sawdust2/plugins/Groovy/src/main/java/gate/groovy/GateGroovyMethods.java =================================================================== --- gate/branches/sawdust2/plugins/Groovy/src/main/java/gate/groovy/GateGroovyMethods.java 2017-02-01 06:57:31 UTC (rev 20042) +++ gate/branches/sawdust2/plugins/Groovy/src/main/java/gate/groovy/GateGroovyMethods.java 2017-02-01 07:03:01 UTC (rev 20043) @@ -151,9 +151,9 @@ * whose end points are any numeric type, so as well as using integer * literals you can do <code>documentContent[ann.start()..ann.end()]</code> * (as start and end return Long). - * @param self - * @param range - * @return + * @param self the document content being accessed + * @param range the range to access + * @return a sub-section of the document content described by the given range */ public static DocumentContent getAt(DocumentContent self, Range<?> range) { if(range.getFrom() instanceof Number) { Modified: gate/branches/sawdust2/plugins/Groovy/src/main/java/gate/groovy/ScriptPR.java =================================================================== --- gate/branches/sawdust2/plugins/Groovy/src/main/java/gate/groovy/ScriptPR.java 2017-02-01 06:57:31 UTC (rev 20042) +++ gate/branches/sawdust2/plugins/Groovy/src/main/java/gate/groovy/ScriptPR.java 2017-02-01 07:03:01 UTC (rev 20043) @@ -293,7 +293,7 @@ /** * gets name of the output annotation set * - * @return + * @return the output annotation set name */ public String getOutputASName() { return outputASName; @@ -302,7 +302,7 @@ /** * sets name of the output annotaiton set * - * @param outputAS + * @param outputAS the output annotation set name */ @Optional @RunTime @@ -314,7 +314,7 @@ /** * gets name of the input annotation set * - * @return + * @return the input annotation set name */ public String getInputASName() { return inputASName; @@ -323,7 +323,7 @@ /** * sets name of the input annotaiton set * - * @param inputAS + * @param inputAS the input annotation set name */ @Optional @RunTime @@ -335,7 +335,7 @@ /** * gets URL of the Groovy script * - * @return + * @return the URL of the Groovy script */ public URL getScriptURL() { return scriptURL; 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