Revision: 17193
          http://sourceforge.net/p/gate/code/17193
Author:   markagreenwood
Date:     2013-12-20 11:07:26 +0000 (Fri, 20 Dec 2013)
Log Message:
-----------
slight tweak so that we treat IDs consistently across the different method 
signatures

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

Modified: gate/trunk/src/main/gate/relations/RelationSet.java
===================================================================
--- gate/trunk/src/main/gate/relations/RelationSet.java 2013-12-20 10:56:20 UTC 
(rev 17192)
+++ gate/trunk/src/main/gate/relations/RelationSet.java 2013-12-20 11:07:26 UTC 
(rev 17193)
@@ -347,7 +347,7 @@
    * @return a set of all {@link Relation} instances within this set
    *         which include the specified id
    */
-  public Collection<Relation> getReferencing(int id) {
+  public Collection<Relation> getReferencing(Integer id) {
 
     Set<Relation> relations = new HashSet<Relation>();
     for(int pos = 0; pos < getMaximumArity(); pos++) {

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


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to