Revision: 17469
          http://sourceforge.net/p/gate/code/17469
Author:   markagreenwood
Date:     2014-02-27 12:57:12 +0000 (Thu, 27 Feb 2014)
Log Message:
-----------
cleaning up some imports

Modified Paths:
--------------
    gate/trunk/src/main/gate/Document.java
    gate/trunk/src/main/gate/SimpleAnnotation.java
    gate/trunk/src/main/gate/SimpleDocument.java

Modified: gate/trunk/src/main/gate/Document.java
===================================================================
--- gate/trunk/src/main/gate/Document.java      2014-02-27 12:55:47 UTC (rev 
17468)
+++ gate/trunk/src/main/gate/Document.java      2014-02-27 12:57:12 UTC (rev 
17469)
@@ -16,15 +16,14 @@
 
 package gate;
 
-import java.net.URL;
-import java.util.Map;
-import java.util.Set;
-
 import gate.corpora.DocumentStaxUtils;
 import gate.event.DocumentListener;
 import gate.util.InvalidOffsetException;
 
+import java.util.Map;
+import java.util.Set;
 
+
 /** Represents the commonalities between all sorts of documents.
  */
 public interface Document extends SimpleDocument {

Modified: gate/trunk/src/main/gate/SimpleAnnotation.java
===================================================================
--- gate/trunk/src/main/gate/SimpleAnnotation.java      2014-02-27 12:55:47 UTC 
(rev 17468)
+++ gate/trunk/src/main/gate/SimpleAnnotation.java      2014-02-27 12:57:12 UTC 
(rev 17469)
@@ -16,12 +16,11 @@
 
 package gate;
 
-import java.io.Serializable;
-import java.util.Set;
-
 import gate.util.FeatureBearer;
 import gate.util.IdBearer;
 
+import java.io.Serializable;
+
 /** An Annotation is an arc in an AnnotationSet. It is immutable, to avoid
   * the situation where each annotation has to point to its parent graph in
   * order to tell it to update its indices when it changes.

Modified: gate/trunk/src/main/gate/SimpleDocument.java
===================================================================
--- gate/trunk/src/main/gate/SimpleDocument.java        2014-02-27 12:55:47 UTC 
(rev 17468)
+++ gate/trunk/src/main/gate/SimpleDocument.java        2014-02-27 12:57:12 UTC 
(rev 17469)
@@ -17,12 +17,9 @@
 package gate;
 
 import java.net.URL;
-import java.util.Map;
 import java.util.Set;
 
-import gate.util.InvalidOffsetException;
 
-
 /** Represents the commonalities between all sorts of documents.
  */
 public interface SimpleDocument extends LanguageResource, Comparable {

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