Revision: 17433
          http://sourceforge.net/p/gate/code/17433
Author:   markagreenwood
Date:     2014-02-26 14:44:25 +0000 (Wed, 26 Feb 2014)
Log Message:
-----------
removed some deprecation suppressing annotations, that had nothing to supress

Modified Paths:
--------------
    gate/trunk/src/main/gate/corpora/CorpusImpl.java
    gate/trunk/src/main/gate/corpora/SerialCorpusImpl.java

Modified: gate/trunk/src/main/gate/corpora/CorpusImpl.java
===================================================================
--- gate/trunk/src/main/gate/corpora/CorpusImpl.java    2014-02-26 14:38:14 UTC 
(rev 17432)
+++ gate/trunk/src/main/gate/corpora/CorpusImpl.java    2014-02-26 14:44:25 UTC 
(rev 17433)
@@ -60,7 +60,6 @@
  * Corpora are sets of Document. They are ordered by lexicographic
  * collation on Url.
  */
-@SuppressWarnings("deprecation")
 @CreoleResource(name = "GATE Corpus", comment = "GATE transient corpus.", 
interfaceName = "gate.Corpus", icon = "corpus-trans", helpURL = 
"http://gate.ac.uk/userguide/sec:developer:loadlr";)
 public class CorpusImpl extends AbstractLanguageResource implements Corpus,
                                                         CreoleListener,

Modified: gate/trunk/src/main/gate/corpora/SerialCorpusImpl.java
===================================================================
--- gate/trunk/src/main/gate/corpora/SerialCorpusImpl.java      2014-02-26 
14:38:14 UTC (rev 17432)
+++ gate/trunk/src/main/gate/corpora/SerialCorpusImpl.java      2014-02-26 
14:44:25 UTC (rev 17433)
@@ -66,7 +66,6 @@
 // a documentUnload() method, which sets the in-memory copy to null but can
 // always restore the doc, because it has its persistence ID.
 
-@SuppressWarnings("deprecation")
 @CreoleResource(name = "GATE Serial Corpus", isPrivate = true, comment = "GATE 
persistent corpus (serialisation)", icon = "corpus", helpURL = 
"http://gate.ac.uk/userguide/sec:developer:datastores";)
 public class SerialCorpusImpl extends AbstractLanguageResource 
     implements Corpus, CreoleListener, DatastoreListener, IndexedCorpus,

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


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to