|
From: <mar...@us...> - 2016-04-20 11:14:15
|
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.
|