Revision: 17351
          http://sourceforge.net/p/gate/code/17351
Author:   markagreenwood
Date:     2014-02-19 18:18:38 +0000 (Wed, 19 Feb 2014)
Log Message:
-----------
fixed some javadoc issues that were nobodys fault but mine

Modified Paths:
--------------
    gate/trunk/src/main/gate/event/RelationSetEvent.java
    gate/trunk/src/main/gate/relations/RelationSet.java

Modified: gate/trunk/src/main/gate/event/RelationSetEvent.java
===================================================================
--- gate/trunk/src/main/gate/event/RelationSetEvent.java        2014-02-19 
18:17:59 UTC (rev 17350)
+++ gate/trunk/src/main/gate/event/RelationSetEvent.java        2014-02-19 
18:18:38 UTC (rev 17351)
@@ -18,7 +18,7 @@
 import gate.relations.RelationSet;
 
 /**
- * This class models events fired by an {@link gate.relatiosn.RelationSet}.
+ * This class models events fired by an {@link gate.relations.RelationSet}.
  */
 public class RelationSetEvent extends GateEvent{
 

Modified: gate/trunk/src/main/gate/relations/RelationSet.java
===================================================================
--- gate/trunk/src/main/gate/relations/RelationSet.java 2014-02-19 18:17:59 UTC 
(rev 17350)
+++ gate/trunk/src/main/gate/relations/RelationSet.java 2014-02-19 18:18:38 UTC 
(rev 17351)
@@ -73,7 +73,7 @@
    * 
    * The element at position <code>pos</code> is a map from annotation
    * ID (representing a relation member) to a {@link BitSet} indicating
-   * which of the relation indexes (in {@link #relations}) correspond to
+   * which of the relation indexes correspond to
    * relations that contain the given annotation (i.e. member) on the
    * position <code>pos</code>.
    */
@@ -198,7 +198,7 @@
    * Adds an externally-created {@link Relation} instance.
    * 
    * @param rel the {@link Relation} to be added.
-   * @return
+   * @return true if the {@link Relation} was added to the set, false otherwise
    */
   @Override
   public boolean add(Relation rel) {
@@ -349,7 +349,7 @@
 
   /**
    * Returns a collection of all {@link Relation} instances within this
-   * set which include the specified {@link Annotaiton} or
+   * set which include the specified {@link Annotation} or
    * {@link Relation}
    * 
    * @param id the ID of the {@link Annotation} or {@link Relation} to

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


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to