Revision: 17763
          http://sourceforge.net/p/gate/code/17763
Author:   markagreenwood
Date:     2014-04-02 13:15:24 +0000 (Wed, 02 Apr 2014)
Log Message:
-----------
removed the rogue comma

Modified Paths:
--------------
    
gate/trunk/plugins/Keyphrase_Extraction_Algorithm/src/kea/StopwordsEnglish.java

Modified: 
gate/trunk/plugins/Keyphrase_Extraction_Algorithm/src/kea/StopwordsEnglish.java
===================================================================
--- 
gate/trunk/plugins/Keyphrase_Extraction_Algorithm/src/kea/StopwordsEnglish.java 
    2014-04-02 11:12:41 UTC (rev 17762)
+++ 
gate/trunk/plugins/Keyphrase_Extraction_Algorithm/src/kea/StopwordsEnglish.java 
    2014-04-02 13:15:24 UTC (rev 17763)
@@ -28,7 +28,7 @@
  * @author Eibe Frank ([email protected])
  * @version 1.0
  */
-@SuppressWarnings({"serial","rawtypes","unchecked",})
+@SuppressWarnings({"serial","rawtypes","unchecked"})
 public class StopwordsEnglish extends Stopwords {
   
   /** The hashtable containing the list of stopwords */

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


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to