Revision: 17868
          http://sourceforge.net/p/gate/code/17868
Author:   markagreenwood
Date:     2014-04-18 09:58:57 +0000 (Fri, 18 Apr 2014)
Log Message:
-----------
supressed a rawtypes warning we can do nothing about

Modified Paths:
--------------
    gate/trunk/plugins/JAPE_Plus/src/com/ontotext/jape/pda/SimpleSet.java

Modified: gate/trunk/plugins/JAPE_Plus/src/com/ontotext/jape/pda/SimpleSet.java
===================================================================
--- gate/trunk/plugins/JAPE_Plus/src/com/ontotext/jape/pda/SimpleSet.java       
2014-04-18 09:34:26 UTC (rev 17867)
+++ gate/trunk/plugins/JAPE_Plus/src/com/ontotext/jape/pda/SimpleSet.java       
2014-04-18 09:58:57 UTC (rev 17868)
@@ -48,7 +48,7 @@
        /**
         * The constructor. Allocates the whole needed space.
         */
-       @SuppressWarnings("unchecked")
+       @SuppressWarnings({"unchecked","rawtypes"})
        public SimpleSet(int documentLength) {
                annotations = new ArrayList[documentLength];
                next = new int[documentLength];

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to