|
From: <mar...@us...> - 2016-08-22 17:05:49
|
Revision: 19541
http://sourceforge.net/p/gate/code/19541
Author: markagreenwood
Date: 2016-08-22 17:05:47 +0000 (Mon, 22 Aug 2016)
Log Message:
-----------
fixed some javadoc
Modified Paths:
--------------
gate/branches/sawdust2/plugins/Groovy/src/main/java/gate/groovy/ScriptPR.java
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 2016-08-22 12:46:06 UTC (rev 19540)
+++ gate/branches/sawdust2/plugins/Groovy/src/main/java/gate/groovy/ScriptPR.java 2016-08-22 17:05:47 UTC (rev 19541)
@@ -370,8 +370,6 @@
/**
* Get Map of parameters for the Groovy script
- *
- * @return
*/
public FeatureMap getScriptParams() {
return scriptParams;
@@ -379,8 +377,6 @@
/**
* Set Map of parameters for the Groovy script
- *
- * @return
*/
@Optional
@RunTime
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|