Revision: 16595
          http://sourceforge.net/p/gate/code/16595
Author:   ian_roberts
Date:     2013-03-15 12:25:23 +0000 (Fri, 15 Mar 2013)
Log Message:
-----------
parserFile parameter shouldn't be optional

Modified Paths:
--------------
    gate/trunk/plugins/Parser_Stanford/src/gate/stanford/Parser.java

Modified: gate/trunk/plugins/Parser_Stanford/src/gate/stanford/Parser.java
===================================================================
--- gate/trunk/plugins/Parser_Stanford/src/gate/stanford/Parser.java    
2013-03-15 12:21:32 UTC (rev 16594)
+++ gate/trunk/plugins/Parser_Stanford/src/gate/stanford/Parser.java    
2013-03-15 12:25:23 UTC (rev 16595)
@@ -591,7 +591,6 @@
     return this.annotationSetName;
   }
 
-  @Optional
   @CreoleParameter(comment = "path to the parser's grammar file",
       defaultValue = "resources/englishPCFG.ser.gz")
   public void setParserFile(URL parserFile) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to