Revision: 19252
          http://sourceforge.net/p/gate/code/19252
Author:   markagreenwood
Date:     2016-04-20 11:14:12 +0000 (Wed, 20 Apr 2016)
Log Message:
-----------
copied the fix for #204 into this branch

Modified Paths:
--------------
    
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/creole/gazetteer/LinearNode.java

Modified: 
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/creole/gazetteer/LinearNode.java
===================================================================
--- 
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/creole/gazetteer/LinearNode.java
    2016-04-20 11:11:20 UTC (rev 19251)
+++ 
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/creole/gazetteer/LinearNode.java
    2016-04-20 11:14:12 UTC (rev 19252)
@@ -71,7 +71,7 @@
    *          the language(s)
    */
   public LinearNode(String aList, String aMajor, String aMinor, String 
aLanguage) {
-    this(aLanguage, aMajor, aMinor, aLanguage, null);
+    this(aList, aMajor, aMinor, aLanguage, null);
   } // LinearNode construct
 
   /**
@@ -266,4 +266,4 @@
     } else if(!minor.equals(other.minor)) return false;
     return true;
   }
-} // class LinearNode
\ No newline at end of file
+} // class LinearNode

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


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to