Revision: 14496
          http://gate.svn.sourceforge.net/gate/?rev=14496&view=rev
Author:   markagreenwood
Date:     2011-11-04 16:05:58 +0000 (Fri, 04 Nov 2011)
Log Message:
-----------
don't bother having a document field given that there is one in the super class 
which is there to make life easier so we may as well use it

Modified Paths:
--------------
    gate/trunk/src/gate/creole/splitter/RegexSentenceSplitter.java

Modified: gate/trunk/src/gate/creole/splitter/RegexSentenceSplitter.java
===================================================================
--- gate/trunk/src/gate/creole/splitter/RegexSentenceSplitter.java      
2011-11-04 15:45:07 UTC (rev 14495)
+++ gate/trunk/src/gate/creole/splitter/RegexSentenceSplitter.java      
2011-11-04 16:05:58 UTC (rev 14496)
@@ -65,11 +65,6 @@
   private static final long serialVersionUID = 1L;
 
   /**
-   * The document to be processed
-   */
-  protected Document document;
-
-  /**
    * Output annotation set name.
    */
   protected String outputASName;
@@ -358,20 +353,6 @@
   }
 
   /**
-   * @return the document
-   */
-  public Document getDocument() {
-    return document;
-  }
-
-  /**
-   * @param document the document to set
-   */
-  public void setDocument(Document document) {
-    this.document = document;
-  }
-
-  /**
    * @return the outputASName
    */
   public String getOutputASName() {

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to