Revision: 17592
          http://sourceforge.net/p/gate/code/17592
Author:   markagreenwood
Date:     2014-03-08 09:17:16 +0000 (Sat, 08 Mar 2014)
Log Message:
-----------
oh how I hate GAZE, let me count the ways

Modified Paths:
--------------
    gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/Gaze.java

Modified: gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/Gaze.java
===================================================================
--- gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/Gaze.java        
2014-03-08 08:39:58 UTC (rev 17591)
+++ gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/Gaze.java        
2014-03-08 09:17:16 UTC (rev 17592)
@@ -536,7 +536,7 @@
   private void performLinearAction(int action, int index, LinearNode node ) {
     switch (action) {
       case LDA_EDIT : {
-        Object bkp = linear.get(index);
+        LinearNode bkp = linear.get(index);
         linear.remove(index);
         int size = linear.size();
         linear.add(index,node);

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


------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to