Revision: 17794
          http://sourceforge.net/p/gate/code/17794
Author:   markagreenwood
Date:     2014-04-10 09:37:50 +0000 (Thu, 10 Apr 2014)
Log Message:
-----------
removed what appears to be a duplicate copy of a class that was also in another 
package and which I removed earlier

Removed Paths:
-------------
    gate/trunk/src/main/gate/annotation/EventAwareAnnotationSet.java

Deleted: gate/trunk/src/main/gate/annotation/EventAwareAnnotationSet.java
===================================================================
--- gate/trunk/src/main/gate/annotation/EventAwareAnnotationSet.java    
2014-04-10 01:21:56 UTC (rev 17793)
+++ gate/trunk/src/main/gate/annotation/EventAwareAnnotationSet.java    
2014-04-10 09:37:50 UTC (rev 17794)
@@ -1,35 +0,0 @@
-/*
- *  EventAwareAnnotationSet.java
- *
- *  Copyright (c) 1995-2012, The University of Sheffield. See the file
- *  COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
- *
- *  This file is part of GATE (see http://gate.ac.uk/), and is free
- *  software, licenced under the GNU Library General Public License,
- *  Version 2, June 1991 (in the distribution as file licence.html,
- *  and also available at http://gate.ac.uk/gate/licence.html).
- *
- *  Marin Dimitrov, 02/Nov/2001
- *
- *
- *  $Id$
- */
-
-package gate.annotation;
-
-import gate.Annotation;
-import gate.AnnotationSet;
-
-import java.util.Collection;
-
-
-
-public interface EventAwareAnnotationSet extends AnnotationSet {
-
-  public Collection<Annotation> getAddedAnnotations();
-
-  public Collection<Annotation> getChangedAnnotations();
-
-  public Collection<Annotation> getRemovedAnnotations();
-
-}
\ No newline at end of file

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


------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to